Skip to content

Commit

Permalink
- prebuild.sh:
Browse files Browse the repository at this point in the history
    - Since `git submodule update --init` is needed for this to work, call it
    - Run `bash` with -e so it exists on error
  • Loading branch information
jessp01 authored and cmaughan committed Sep 8, 2023
1 parent 77393dd commit e64794f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash -x
#!/bin/bash -xe
# Remember to preinstall linux libraries:
# (ibus, tar, zip, unzip, buid-prerequisits, xorg-dev)

git submodule update --init

if [ ! -f "./vcpkg/vcpkg" ]; then
cd vcpkg
./bootstrap-vcpkg.sh -disableMetrics
Expand Down

0 comments on commit e64794f

Please sign in to comment.