File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
if : matrix.os == 'windows-latest'
121
121
run : |
122
122
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
124
124
125
125
- name : Build SDL3
126
126
run : |
@@ -138,7 +138,7 @@ jobs:
138
138
if : matrix.os == 'windows-latest'
139
139
run : |
140
140
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
142
142
143
143
- name : Configure SDLImage with CMake for macOS
144
144
if : matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments