Skip to content

Commit 95ca6e3

Browse files
committed
fix SDL process issue
1 parent 67feae5 commit 95ca6e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.zig

+3-1
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ const linux_src_files = [_][]const u8{
11801180
// "src/power/psp/SDL_syspower.c",
11811181
// "src/power/vita/SDL_syspower.c",
11821182

1183-
"src/process/SDL_process.c",
1183+
"src/process/posix/SDL_posixprocess.c",
11841184

11851185
// "src/sensor/android/SDL_androidsensor.c",
11861186
// "src/sensor/n3ds/SDL_n3dssensor.c",
@@ -1325,6 +1325,8 @@ const darwin_src_files = [_][]const u8{
13251325
"src/filesystem/posix/SDL_sysfsops.c",
13261326
"src/filesystem/unix/SDL_sysfilesystem.c",
13271327

1328+
"src/process/posix/SDL_posixprocess.c",
1329+
13281330
"src/thread/pthread/SDL_syscond.c",
13291331
"src/thread/pthread/SDL_sysmutex.c",
13301332
"src/thread/pthread/SDL_sysrwlock.c",

0 commit comments

Comments
 (0)