mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Changed foreign imports to now use the System Framework
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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package darwin;
|
||||
|
||||
foreign import "system:pthread"
|
||||
foreign import pthread "System.framework"
|
||||
|
||||
import "core:c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user