We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0564019 commit e97aaa1Copy full SHA for e97aaa1
drivers/sdl/SCsub
@@ -90,9 +90,6 @@ if env["builtin_sdl"]:
90
"stdlib/SDL_string.c",
91
"stdlib/SDL_strtokr.c",
92
"thread/SDL_thread.c",
93
- "thread/generic/SDL_syscond.c",
94
- "thread/generic/SDL_sysrwlock.c",
95
- "thread/generic/SDL_systhread.c",
96
"timer/SDL_timer.c",
97
]
98
@@ -182,6 +179,8 @@ if env["builtin_sdl"]:
182
179
"joystick/windows/SDL_windows_gaming_input.c",
183
180
"joystick/windows/SDL_windowsjoystick.c",
184
181
"joystick/windows/SDL_xinputjoystick.c",
+ "thread/generic/SDL_syscond.c",
+ "thread/generic/SDL_sysrwlock.c",
185
"thread/windows/SDL_syscond_cv.c",
186
"thread/windows/SDL_sysmutex.c",
187
"thread/windows/SDL_sysrwlock_srw.c",
0 commit comments