Skip to content

Instantly share code, notes, and snippets.

@icywind
Created November 15, 2023 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icywind/dd09c560d39a8a74db7e9977c8d34673 to your computer and use it in GitHub Desktop.
Save icywind/dd09c560d39a8a74db7e9977c8d34673 to your computer and use it in GitHub Desktop.
ExtraModuleNames.Add(“AgoraUnrealSample”);
ExtraModuleNames.Add(“AgoraPlugin”);
if (Target.Platform == UnrealTargetPlatform.IOS || Target.Platform == UnrealTargetPlatform.Mac)
{
bOverrideBuildEnvironment = true;
AdditionalCompilerArguments =-Wno-unused-but-set-variable -Wno-gcc-compat -Wno-reorder-ctor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment