mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
Raylib v6 on Linux needs libX11
This commit is contained in:
2
vendor/raylib/v6/raylib.odin
vendored
2
vendor/raylib/v6/raylib.odin
vendored
@@ -118,6 +118,7 @@ when ODIN_OS == .Windows {
|
||||
"linux-arm64/libraylib.so.600" when RAYLIB_SHARED else "linux-arm/libraylib.a",
|
||||
"system:dl",
|
||||
"system:pthread",
|
||||
"system:X11",
|
||||
}
|
||||
} else {
|
||||
foreign import lib {
|
||||
@@ -128,6 +129,7 @@ when ODIN_OS == .Windows {
|
||||
"linux/libraylib.so.600" when RAYLIB_SHARED else "linux/libraylib.a",
|
||||
"system:dl",
|
||||
"system:pthread",
|
||||
"system:X11",
|
||||
}
|
||||
}
|
||||
} else when ODIN_OS == .Darwin {
|
||||
|
||||
Reference in New Issue
Block a user