mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Changed foreign imports to now use the System Framework
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package os
|
package os
|
||||||
|
|
||||||
foreign import dl "system:dl"
|
foreign import dl "system:dl"
|
||||||
foreign import libc "system:c"
|
foreign import libc "System.framework"
|
||||||
foreign import pthread "system:pthread"
|
foreign import pthread "System.framework"
|
||||||
|
|
||||||
import "core:runtime"
|
import "core:runtime"
|
||||||
import "core:strings"
|
import "core:strings"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package darwin;
|
package darwin;
|
||||||
|
|
||||||
foreign import "system:pthread"
|
foreign import pthread "System.framework"
|
||||||
|
|
||||||
import "core:c"
|
import "core:c"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user