vendor/box2d: clarify wasm building

This commit is contained in:
Laytan Laats
2025-01-05 19:35:37 +01:00
parent bf0e6eaf60
commit 0cc1dbb092
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ when ODIN_OS == .Windows {
}
when !#exists(LIB_PATH) {
#panic("Could not find the compiled box2d libraries at \"" + LIB_PATH + "\", they can be compiled by running the `build.sh` script at `" + ODIN_ROOT + "vendor/box2d/build_box2d.sh\"`")
#panic("Could not find the compiled box2d libraries at \"" + LIB_PATH + "\", they can be compiled by running the `build_box2d.sh` script at `" + ODIN_ROOT + "vendor/box2d/build_box2d.sh\"`")
}
foreign import lib {