Skip to content

Commit

Permalink
Add generic SDL_syscond to N3DS threads source list
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-sloth authored and slouken committed Feb 7, 2025
1 parent 2ced6b0 commit 7c12c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2887,6 +2887,7 @@ elseif(N3DS)
set(SDL_THREAD_N3DS 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/thread/n3ds/*.c")
sdl_sources(
"${SDL3_SOURCE_DIR}/src/thread/generic/SDL_syscond.c"
"${SDL3_SOURCE_DIR}/src/thread/generic/SDL_systls.c"
"${SDL3_SOURCE_DIR}/src/thread/generic/SDL_sysrwlock.c"
)
Expand Down

0 comments on commit 7c12c63

Please sign in to comment.