diff --git a/install_dependencies_linux_mac.sh b/install_dependencies_linux_mac.sh index f3ff643b..0b785c53 100644 --- a/install_dependencies_linux_mac.sh +++ b/install_dependencies_linux_mac.sh @@ -10,7 +10,7 @@ chmod +x bootstrap-vcpkg.sh chmod +x vcpkg if [[ "$OSTYPE" == "darwin"* ]]; then -./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-osx --recurse +./vcpkg install zlib libzip libzippp openssl-unix libzip breakpad --triplet x64-osx --recurse else -./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-linux --recurse +./vcpkg install zlib libzip libzippp openssl-unix libzip breakpad --triplet x64-linux --recurse fi \ No newline at end of file diff --git a/install_dependencies_windows.bat b/install_dependencies_windows.bat index 4335987d..995c5f53 100644 --- a/install_dependencies_windows.bat +++ b/install_dependencies_windows.bat @@ -6,4 +6,4 @@ cd vcpkg git pull git checkout 2bc6cd714 call bootstrap-vcpkg.bat -vcpkg.exe install zlib libzip libzippp nlohmann-json openssl breakpad --triplet x64-windows --recurse +vcpkg.exe install zlib libzip libzippp openssl breakpad --triplet x64-windows --recurse