You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
PR #5615: Fix quotes on SetupMono.sh for Mac (Contributed by dougmoscrop)
#jira UE-71327 #rb trivial #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: michael.trepka #ROBOMERGE-SOURCE: CL 5358688 in //UE4/Release-4.22/... via CL 5367897 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) [CL 5381849 by michael trepka in Dev-Anim branch]
This commit is contained in:
committed by
michael trepka
parent
38716f7fc3
commit
679b156277
@@ -19,7 +19,7 @@ if [ ! -d "$BASE_PATH/../../../Source" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. "$BASE_PATH/SetupMono.sh" $BASE_PATH
|
||||
. "$BASE_PATH/SetupMono.sh" "$BASE_PATH"
|
||||
|
||||
if [ -f "$BASE_PATH/../../../Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj" ]; then
|
||||
xbuild "$BASE_PATH/../../../Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj" /property:Configuration="Development" /verbosity:quiet /nologo |grep -i error
|
||||
|
||||
Reference in New Issue
Block a user