mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Add parentheses around the foreign import paths
This commit is contained in:
Vendored
+2
-2
@@ -118,8 +118,8 @@ when ODIN_OS == .Windows {
|
|||||||
} else when ODIN_OS == .Darwin {
|
} else when ODIN_OS == .Darwin {
|
||||||
foreign import lib {
|
foreign import lib {
|
||||||
"macos" +
|
"macos" +
|
||||||
"-arm64" when ODIN_ARCH == .arm64 else "" +
|
("-arm64" when ODIN_ARCH == .arm64 else "") +
|
||||||
"/libraylib" + ".500.dylib" when RAYLIB_SHARED else ".a",
|
"/libraylib" + (".500.dylib" when RAYLIB_SHARED else ".a"),
|
||||||
"system:Cocoa.framework",
|
"system:Cocoa.framework",
|
||||||
"system:OpenGL.framework",
|
"system:OpenGL.framework",
|
||||||
"system:IOKit.framework",
|
"system:IOKit.framework",
|
||||||
|
|||||||
Reference in New Issue
Block a user