mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Fix foreign import names
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ when RESIZE_LIB != "" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreign import stbi {
|
foreign import lib {
|
||||||
RESIZE_LIB when RESIZE_LIB != "" else "system:stb_image_resize",
|
RESIZE_LIB when RESIZE_LIB != "" else "system:stb_image_resize",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ when WRITE_LIB != "" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreign import stbi {
|
foreign import stbiw {
|
||||||
WRITE_LIB when WRITE_LIB != "" else "system:stb_image_write",
|
WRITE_LIB when WRITE_LIB != "" else "system:stb_image_write",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user