mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user