File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,10 @@ echoDots(){
78
78
79
79
if [ " $platform " = " vs_min" ]; then
80
80
platform=" vs"
81
- min_package=true
81
+ min_package=1
82
82
libs_abi=_x64
83
+ else
84
+ min_package=0
83
85
fi
84
86
85
87
if [ " $platform " != " msys2" ] && [ " $platform " != " linux" ] && [ " $platform " != " linux64" ] && [ " $platform " != " linuxarmv6l" ] && [ " $platform " != " linuxaarch64" ] && [ " $platform " != " linuxarmv7l" ] && [ " $platform " != " vs" ] && [ " $platform " != " osx" ] && [ " $platform " != " android" ] && [ " $platform " != " ios" ] && [ " $platform " != " macos" ]; then
@@ -355,7 +357,7 @@ function createPackage {
355
357
scripts/msys2/download_libs.sh -a $libs_abi
356
358
scripts/emscripten/download_libs.sh -n
357
359
elif [ " $pkg_platform " = " vs" ]; then
358
- if [ $min_package == true ]; then
360
+ if [ $min_package == 1 ]; then
359
361
scripts/vs/download_latest_libs_x64.sh
360
362
else
361
363
scripts/vs/download_latest_libs.sh
You can’t perform that action at this time.
0 commit comments