mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-04 12:04:41 +00:00
Changed foreign imports to now use the System Framework
This commit is contained in:
@@ -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