Skip to content

Commit

Permalink
Merge pull request #1095 from colinbellino/fix-jai-metal-bindings
Browse files Browse the repository at this point in the history
Fix Jai bindings for Metal on MacOS
  • Loading branch information
floooh authored Aug 16, 2024
2 parents db2ae91 + 50e5b63 commit a693ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/gen_jai.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'gl': '#system_library,link_always "gdi32"; #system_library,link_always "dxguid"; #system_library,link_always "user32"; #system_library,link_always "shell32";',
},
'macos': {
'metal': '#library "../../libclang_rt.osx"; #system_library,link_always "Cocoa"; #system_library,link_always "QuartzCore"; #system_library,link_always "Metal"; #system_library,link_always "MetalKit";',
'metal': '#library,link_always "../../libclang_rt.osx"; #system_library,link_always "Cocoa"; #system_library,link_always "QuartzCore"; #system_library,link_always "Metal"; #system_library,link_always "MetalKit";',
'gl': '#system_library,link_always "Cocoa"; #system_library,link_always "QuartzCore"; #system_library,link_always "OpenGL";',
},
'linux': {
Expand Down

0 comments on commit a693ad0

Please sign in to comment.