mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Syntax: Replace foreign_system_library "kernel.lib" to foreign_library "system:kernel.lib"; Remove keyword: foreign_system_library
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
foreign_system_library dl "dl"
|
||||
foreign_system_library libc "c"
|
||||
foreign_library dl "system:dl"
|
||||
foreign_library libc "system:c"
|
||||
|
||||
import "core:strings.odin"
|
||||
import "core:mem.odin"
|
||||
|
||||
Reference in New Issue
Block a user