Skip to content

Commit

Permalink
Update cmake-sdl3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored Dec 8, 2024
1 parent 8e07545 commit 4b36363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-sdl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Configure cimgui with CMake for Windows
if: matrix.os == 'windows-latest'
run: cmake -S SDL -B SDL/build -A ${{ matrix.cmake-arch }} -DSDL_STATIC=OFF -DSDL_SHARED=ON
run: cmake -S SDL -B SDL/build -A ${{ matrix.cmake-arch }} -DSDL_STATIC=OFF -DSDL_SHARED=ON -DCMAKE_SYSTEM_VERSION=10.0.26100.0

- name: Build SDL3
run: cmake --build SDL/build --config Release
Expand Down

0 comments on commit 4b36363

Please sign in to comment.