mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Change lib for lz4
This commit is contained in:
BIN
Binary file not shown.
Vendored
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
package vendor_compress_lz4
|
package vendor_compress_lz4
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import lib "lib/libz4_static.lib"
|
@(extra_linker_flags="/NODEFAULTLIB:libcmt")
|
||||||
|
foreign import lib "lib/liblz4_static.lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
import "core:c"
|
import "core:c"
|
||||||
|
|||||||
Reference in New Issue
Block a user