Skip to content

Commit a0c1a27

Browse files
committed
Build - tell vcpkg to use system binaries on pi
1 parent 1960275 commit a0c1a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pi-prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

55
# Use generic linux prebuild script
6-
"${SCRIPT_DIR}/linux-prebuild.sh"
6+
VCPKG_FORCE_SYSTEM_BINARIES=1 "${SCRIPT_DIR}/linux-prebuild.sh"

0 commit comments

Comments
 (0)