Add box3d.lib for Windows

This commit is contained in:
gingerBill
2026-07-02 13:40:35 +01:00
parent 49120b0fa9
commit 723a431145
2 changed files with 10 additions and 3 deletions

View File

@@ -7,9 +7,16 @@ import "core:c"
ENABLE_VALIDATION :: false
@(export)
foreign import lib {
"box3d.lib",
when ODIN_OS == .Windows {
@(export)
foreign import lib {
"lib/box3d.lib",
}
} else {
@(export)
foreign import lib {
"system:box3d",
}
}
// This is used to indicate null for interfaces that work with indices instead of pointers

BIN
vendor/box3d/lib/box3d.lib vendored Normal file

Binary file not shown.