fix system:System.Framework pthread.odin

This commit is contained in:
WP. Yingamphol
2025-07-15 12:51:48 +07:00
committed by GitHub
parent ea20383d15
commit 8d278acba5

View File

@@ -4,7 +4,7 @@ package posix
import "core:c"
when ODIN_OS == .Darwin {
foreign import lib "system:System.framework"
foreign import lib "system:System"
} else when ODIN_OS == .FreeBSD || ODIN_OS == .NetBSD || ODIN_OS == .Linux || ODIN_OS == .OpenBSD {
foreign import lib "system:pthread"
} else {