Explorar o código

Update stb_image_resize.odin

pvance %!s(int64=3) %!d(string=hai) anos
pai
achega
21f2c06f4b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      vendor/stb/image/stb_image_resize.odin

+ 3 - 3
vendor/stb/image/stb_image_resize.odin

@@ -2,9 +2,9 @@ package stb_image
 
 import c "core:c/libc"
 
-when ODIN_OS == .Windows { foreign import stbiw "../lib/stb_image_write.lib" }
-when ODIN_OS == .Linux   { foreign import stbiw "../lib/stb_image_write.a"   }
-when ODIN_OS == .Darwin  { foreign import stbiw "../lib/stb_image_write.a"   }
+when ODIN_OS == .Windows { foreign import lib "../lib/stb_image_write.lib" }
+when ODIN_OS == .Linux   { foreign import lib "../lib/stb_image_write.a"   }
+when ODIN_OS == .Darwin  { foreign import lib "../lib/stb_image_write.a"   }
 
 //////////////////////////////////////////////////////////////////////////////
 //