Skip to content

Commit 701121f

Browse files
committed
Revert "Add openal-soft dependency and fix vcpkg classic mode installation"
This reverts commit b4074b0.
1 parent 06757f3 commit 701121f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

scripts/install_dependencies_windows.bat

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ set VCPKG_BINARY_SOURCES=clear;files,%TEMP%\vcpkg-cache,readwrite
2121
:: Create cache directory if it doesn't exist
2222
if not exist %TEMP%\vcpkg-cache mkdir %TEMP%\vcpkg-cache
2323

24-
:: Install all dependencies at once using vcpkg in classic mode by pointing to an empty manifest root
24+
:: Install all dependencies at once using vcpkg in classic mode
2525
echo Installing all dependencies...
26-
if not exist %TEMP%\vcpkg-classic-mode mkdir %TEMP%\vcpkg-classic-mode
27-
vcpkg install glfw3 glm tinyobjloader stb tinygltf nlohmann-json ktx[vulkan] openal-soft --triplet=x64-windows --x-manifest-root=%TEMP%\vcpkg-classic-mode
28-
rmdir %TEMP%\vcpkg-classic-mode
26+
vcpkg install glfw3 glm tinyobjloader stb tinygltf nlohmann-json ktx[vulkan] openal-soft --triplet=x64-windows
2927

3028
:: Remind about Vulkan SDK
3129
echo.

vcpkg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"stb",
99
"tinygltf",
1010
"nlohmann-json",
11-
"openal-soft",
1211
"ktx"
1312
]
1413
}

0 commit comments

Comments
 (0)