We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prebuild.sh
1 parent 77393dd commit e64794fCopy full SHA for e64794f
prebuild.sh
@@ -1,7 +1,9 @@
1
-#!/bin/bash -x
+#!/bin/bash -xe
2
# Remember to preinstall linux libraries:
3
# (ibus, tar, zip, unzip, buid-prerequisits, xorg-dev)
4
5
+git submodule update --init
6
+
7
if [ ! -f "./vcpkg/vcpkg" ]; then
8
cd vcpkg
9
./bootstrap-vcpkg.sh -disableMetrics
0 commit comments