Skip to content

Commit

Permalink
fix SDL process issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 15, 2024
1 parent 67feae5 commit 95ca6e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ const linux_src_files = [_][]const u8{
// "src/power/psp/SDL_syspower.c",
// "src/power/vita/SDL_syspower.c",

"src/process/SDL_process.c",
"src/process/posix/SDL_posixprocess.c",

// "src/sensor/android/SDL_androidsensor.c",
// "src/sensor/n3ds/SDL_n3dssensor.c",
Expand Down Expand Up @@ -1325,6 +1325,8 @@ const darwin_src_files = [_][]const u8{
"src/filesystem/posix/SDL_sysfsops.c",
"src/filesystem/unix/SDL_sysfilesystem.c",

"src/process/posix/SDL_posixprocess.c",

"src/thread/pthread/SDL_syscond.c",
"src/thread/pthread/SDL_sysmutex.c",
"src/thread/pthread/SDL_sysrwlock.c",
Expand Down

0 comments on commit 95ca6e3

Please sign in to comment.