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 9a750f9 commit 20cc01dCopy full SHA for 20cc01d
scripts/dev/create_package.sh
@@ -366,7 +366,7 @@ function createPackage {
366
scripts/emscripten/download_libs.sh -n -t $RELEASE
367
elif [ "$pkg_platform" = "vs" ]; then
368
if [ "$libs_abi" = "" ]; then
369
- download_libs_2019_x64.sh -t $RELEASE
+ scripts/vs/download_libs_2019_x64.sh -t $RELEASE
370
else
371
scripts/vs/download_libs.sh -a $libs_abi -t $RELEASE
372
fi
0 commit comments