This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 displayName : CMake (MinGW32)
109109 inputs :
110110 cwd : ' $(Build.SourcesDirectory)'
111- cmakeArgs : -B out -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x86-mingw-static
111+ cmakeArgs : -B out -DCMAKE_BUILD_TYPE="Debug" -DDIRECTX_ARCH=x86 - DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x86-mingw-static
112112 - task : CMake@1
113113 displayName : CMake (MinGW32) Build
114114 inputs :
@@ -193,7 +193,7 @@ jobs:
193193 displayName : CMake (MinGW-W64)
194194 inputs :
195195 cwd : ' $(Build.SourcesDirectory)'
196- cmakeArgs : -B out -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-static
196+ cmakeArgs : -B out -DCMAKE_BUILD_TYPE="Debug" -DDIRECTX_ARCH=x64 - DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-static
197197 - task : CMake@1
198198 displayName : CMake (MinGW-W64) Build
199199 inputs :
You can’t perform that action at this time.
0 commit comments