mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Build raylib shared
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ package raylib
|
|||||||
|
|
||||||
import c "core:c/libc"
|
import c "core:c/libc"
|
||||||
|
|
||||||
RAYGUI_SHARED :: #config(RAYGUI_SHARED, false)
|
RAYGUI_SHARED :: #config(RAYGUI_SHARED, true)
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
when RAYGUI_SHARED {
|
when RAYGUI_SHARED {
|
||||||
|
|||||||
Vendored
+1
-1
@@ -95,7 +95,7 @@ MAX_TEXT_BUFFER_LENGTH :: #config(RAYLIB_MAX_TEXT_BUFFER_LENGTH, 1024)
|
|||||||
|
|
||||||
#assert(size_of(rune) == size_of(c.int))
|
#assert(size_of(rune) == size_of(c.int))
|
||||||
|
|
||||||
RAYLIB_SHARED :: #config(RAYLIB_SHARED, false)
|
RAYLIB_SHARED :: #config(RAYLIB_SHARED, true)
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
when RAYLIB_SHARED {
|
when RAYLIB_SHARED {
|
||||||
|
|||||||
Reference in New Issue
Block a user