13 lines
332 B
Bash
Executable File
13 lines
332 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./Engine/Build/BatchFiles/RunUAT.sh BuildGraph \
|
|
-script=Engine/Build/InstalledEngineBuild.xml \
|
|
-target="Make Installed Build Linux" \
|
|
-set:HostPlatformOnly=true \
|
|
-set:WithLinux=true \
|
|
-set:WithWin64=true \
|
|
-set:WithAndroid=false \
|
|
-set:WithClient=false \
|
|
-set:WithServer=false \
|
|
-set:WithDDC=false
|