Skip to content

Commit bc2f2c9

Browse files
committed
a
1 parent 704ed4f commit bc2f2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-sdl3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: matrix.os == 'windows-latest'
121121
run: |
122122
cd SDLImage/SDL
123-
cmake -S . -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=OFF -DSDL_SHARED=ON -DSDL_TEST=OFF
123+
cmake -S . -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=OFF -DSDL_SHARED=ON -DSDL_TEST=OFF -DCMAKE_SYSTEM_VERSION=10.0.26100.0
124124
125125
- name: Build SDL3
126126
run: |
@@ -138,7 +138,7 @@ jobs:
138138
if: matrix.os == 'windows-latest'
139139
run: |
140140
cd SDLImage
141-
cmake -S ./ -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DSDLIMAGE_SAMPLES=OFF -DSDLIMAGE_TESTS=OFF -DCMAKE_PREFIX_PATH="./SDL/install"
141+
cmake -S ./ -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DSDLIMAGE_SAMPLES=OFF -DSDLIMAGE_TESTS=OFF -DCMAKE_PREFIX_PATH="./SDL/install" -DCMAKE_SYSTEM_VERSION=10.0.26100.0
142142
143143
- name: Configure SDLImage with CMake for macOS
144144
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)