Browse Source

Add `priority_index` to `Foundation.framework` import in `base:runtime`

gingerBill 6 months ago
parent
commit
dde3a03022
1 changed files with 1 additions and 0 deletions
  1. 1 0
      base/runtime/procs_darwin.odin

+ 1 - 0
base/runtime/procs_darwin.odin

@@ -1,6 +1,7 @@
 #+private
 package runtime
 
+@(priority_index=-1e6)
 foreign import "system:Foundation.framework"
 
 import "base:intrinsics"