mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
It's terrible, but I added _some_ form of launch args support for Linux/macOS
This commit is contained in:
@@ -36,6 +36,8 @@ RTLD_NOW :: 0x002;
|
||||
RTLD_BINDING_MASK :: 0x3;
|
||||
RTLD_GLOBAL :: 0x100;
|
||||
|
||||
args: [dynamic]string;
|
||||
|
||||
#foreign_system_library dl "dl";
|
||||
#foreign_system_library libc "c";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user