We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3302010 commit efdfa86Copy full SHA for efdfa86
build.sh
@@ -4,4 +4,10 @@
4
# MIT License.
5
6
set -e
7
+
8
+# Inform the user that the environment variable UE_ROOT is not set.
9
+if [ -z "$UE_ROOT" ]; then
10
+ echo "Warning: The UE_ROOT environment variable is not set." >&2
11
+fi
12
13
make -f build_linux.mk $1
setup_linux_dev_tools.sh
@@ -5,6 +5,11 @@
sudo apt-get update
14
15
# Install lsb_release to check Ubuntu version
0 commit comments