mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Update "core:runtime" to "base:runtime"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
package sync
|
||||
|
||||
import "core:c"
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:sys/haiku"
|
||||
import "core:sys/unix"
|
||||
import "core:time"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//+build darwin
|
||||
package darwin
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
foreign import core_foundation "system:CoreFoundation.framework"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user