You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#change Parse the compiler selected in Xcode & find the Xcode plugin which contains the executable to run when it isn't the default. #change When the analyze option is enabled (either standalone or as a build setting) we need to pass through the analyze clang flag. #change Pass in the Xcode max. parallel build tasks default to UBT as an environment variable rather than just assuming we want to use half the CPUs. #notes This means we can use an external compiler (even a GPL one like distcc) without any direct dependency. Editor builds still use the default compiler since it isn't clear how to know which compiler is intended to be used in that case - the Xcode environment variable won't have been set. #codereview michael.trepka, jack.porter [CL 2072854 by Mark Satterthwaite in Main branch]