Replace system:System.framework imports with system:System

This makes the linker work for both macOS and iOS targets
This commit is contained in:
Harold Brenes
2025-07-13 15:45:21 -04:00
parent 843c39189e
commit 219b0fe535
72 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "core:c"
import "core:sys/darwin"
import "core:time"
foreign import System "system:System.framework"
foreign import System "system:System"
foreign System {
// __ulock_wait is not available on 10.15
+1 -1
View File
@@ -5,7 +5,7 @@ package sync
import "core:c"
import "base:intrinsics"
foreign import pthread "system:System.framework"
foreign import pthread "system:System"
_current_thread_id :: proc "contextless" () -> int {
tid: u64