mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
Merge pull request #747 from Platin21/master
Fixes for MacOS 11 / Big Sur
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package os
|
||||
|
||||
foreign import dl "system:dl"
|
||||
foreign import libc "system:c"
|
||||
foreign import pthread "system:pthread"
|
||||
foreign import libc "System.framework"
|
||||
foreign import pthread "System.framework"
|
||||
|
||||
import "core:runtime"
|
||||
import "core:strings"
|
||||
|
||||
Reference in New Issue
Block a user