Fix foreign import names

This commit is contained in:
gingerBill
2025-01-10 10:18:30 +00:00
parent b377ac182c
commit 4a2b13f1c2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ when RESIZE_LIB != "" {
}
}
foreign import stbi {
foreign import lib {
RESIZE_LIB when RESIZE_LIB != "" else "system:stb_image_resize",
}

View File

@@ -18,7 +18,7 @@ when WRITE_LIB != "" {
}
}
foreign import stbi {
foreign import stbiw {
WRITE_LIB when WRITE_LIB != "" else "system:stb_image_write",
}