aboutsummaryrefslogtreecommitdiff
path: root/base/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-22 13:03:51 +0000
committergingerBill <bill@gingerbill.org>2025-01-22 13:03:51 +0000
commitdde3a03022d6cb3ede0d38cfe3976ff190aa6ab5 (patch)
tree6b1384dc87840d6a1adc6cc43b55a450584744fd /base/runtime
parentd6633639dc820e564b41f8dd422b424b0a9dcbec (diff)
Add `priority_index` to `Foundation.framework` import in `base:runtime`
Diffstat (limited to 'base/runtime')
-rw-r--r--base/runtime/procs_darwin.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/runtime/procs_darwin.odin b/base/runtime/procs_darwin.odin
index 4f4903d47..c3fc46af1 100644
--- a/base/runtime/procs_darwin.odin
+++ b/base/runtime/procs_darwin.odin
@@ -1,6 +1,7 @@
#+private
package runtime
+@(priority_index=-1e6)
foreign import "system:Foundation.framework"
import "base:intrinsics"