Skip to content

Commit e64794f

Browse files
jessp01cmaughan
authored andcommitted
- prebuild.sh:
- Since `git submodule update --init` is needed for this to work, call it - Run `bash` with -e so it exists on error
1 parent 77393dd commit e64794f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prebuild.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
#!/bin/bash -x
1+
#!/bin/bash -xe
22
# Remember to preinstall linux libraries:
33
# (ibus, tar, zip, unzip, buid-prerequisits, xorg-dev)
44

5+
git submodule update --init
6+
57
if [ ! -f "./vcpkg/vcpkg" ]; then
68
cd vcpkg
79
./bootstrap-vcpkg.sh -disableMetrics

0 commit comments

Comments
 (0)