Skip to content

Commit

Permalink
try SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2024
1 parent 17a52ef commit 413a2e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
path: release-x64/FAudio.dll

windows-msvc-clang-SDL3:
name: Windows Clang (MSVC) SDL3
name: Windows (MSVC) SDL3
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -439,7 +439,8 @@ jobs:
run: |
$env:LDFLAGS = "/LIBPATH:C:\SDL3-$env:SDL3_VERSION\lib\x64 "
cmake -B debug -G "Visual Studio 17 2022" . -DCMAKE_BUILD_TYPE=Debug `
-A x64 `
-A x64
-DBUILD_SDL3=ON `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$env:SDL3_VERSION\include" `
-DSDL3_LIBRARIES="SDL3;SDL3main"
Expand All @@ -450,7 +451,8 @@ jobs:
run: |
$env:LDFLAGS = "/LIBPATH:C:\SDL2-$env:SDL2_VERSION\lib\x86 "
cmake -B release -G "Visual Studio 17 2022" . -DCMAKE_BUILD_TYPE=Release `
-A x64 `
-A x64
-DBUILD_SDL3=ON `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$env:SDL3_VERSION\include" `
-DSDL3_LIBRARIES="SDL3;SDL3main"
Expand Down

0 comments on commit 413a2e8

Please sign in to comment.