Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 10, 2024
1 parent 4dd3b2e commit a60d6ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,6 @@ const objective_c_src_files = [_][]const u8{
"src/audio/coreaudio/SDL_coreaudio.m",
"src/camera/coremedia/SDL_camera_coremedia.m",
"src/dialog/cocoa/SDL_cocoadialog.m",
"src/file/cocoa/SDL_iostreambundlesupport.m",
"src/filesystem/cocoa/SDL_sysfilesystem.m",
"src/hidapi/ios/hid.m",
"src/joystick/apple/SDL_mfijoystick.m",
Expand All @@ -1367,6 +1366,7 @@ const objective_c_src_files = [_][]const u8{
"src/misc/macos/SDL_sysurl.m",
"src/render/metal/SDL_render_metal.m",
"src/sensor/coremotion/SDL_coremotionsensor.m",

"src/video/cocoa/SDL_cocoaclipboard.m",
"src/video/cocoa/SDL_cocoaevents.m",
"src/video/cocoa/SDL_cocoakeyboard.m",
Expand All @@ -1376,10 +1376,14 @@ const objective_c_src_files = [_][]const u8{
"src/video/cocoa/SDL_cocoamouse.m",
"src/video/cocoa/SDL_cocoaopengl.m",
"src/video/cocoa/SDL_cocoaopengles.m",
"src/video/cocoa/SDL_cocoapen.m",
"src/video/cocoa/SDL_cocoashape.m",
"src/video/cocoa/SDL_cocoavideo.m",
"src/video/cocoa/SDL_cocoavulkan.m",
"src/video/cocoa/SDL_cocoawindow.m",

"src/gpu/metal/SDL_gpu_metal.m",

"src/video/uikit/SDL_uikitappdelegate.m",
"src/video/uikit/SDL_uikitclipboard.m",
"src/video/uikit/SDL_uikitevents.m",
Expand Down

0 comments on commit a60d6ea

Please sign in to comment.