Skip to content

Commit

Permalink
Commentte Mac Build for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Geromatic committed May 1, 2017
1 parent 6768eba commit e8cf49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public MidiInterface(TargetInfo Target)
PublicAdditionalLibraries.Add("winmm.lib");
}
else if (Target.Platform == UnrealTargetPlatform.Mac || Target.Platform == UnrealTargetPlatform.IOS) {
Definitions.Add("__MACOSX_CORE__=1");
//Definitions.Add("__MACOSX_CORE__=1");
PublicIncludePaths.AddRange(new string[] {"Runtime/Core/Public/Apple"});

if(Target.Platform == UnrealTargetPlatform.Mac)
Expand Down

0 comments on commit e8cf49d

Please sign in to comment.