diff options
Diffstat (limited to 'core/sys/kqueue/kqueue.odin')
| -rw-r--r-- | core/sys/kqueue/kqueue.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/kqueue/kqueue.odin b/core/sys/kqueue/kqueue.odin index 56be1cf7a..25ee9bdce 100644 --- a/core/sys/kqueue/kqueue.odin +++ b/core/sys/kqueue/kqueue.odin @@ -2,7 +2,7 @@ package kqueue when ODIN_OS == .Darwin { - foreign import lib "system:System.framework" + foreign import lib "system:System" } else { foreign import lib "system:c" } |