We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1960275 commit a0c1a27Copy full SHA for a0c1a27
app/pi-prebuild.sh
@@ -3,4 +3,4 @@
3
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
5
# Use generic linux prebuild script
6
-"${SCRIPT_DIR}/linux-prebuild.sh"
+VCPKG_FORCE_SYSTEM_BINARIES=1 "${SCRIPT_DIR}/linux-prebuild.sh"
0 commit comments