Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit eda00fb

Browse files
author
walbourn
committed
Need DIRECTX_ARCH
1 parent 9e4ab52 commit eda00fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/DirectX-SDK-Samples-MinGW.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)