ziglua/.gitignore
Stevie Hryciw 8236cb910b Prepare Zig package
- Add build.zig.zon
- Refactor build.zig to expose module and artifacts by usual means
- Add version info to Lua shared/static lib
- Define LUA_USE_APICHECK if and only if opitimize=Debug
- Pass target and optimize mode to lib
- Install headers with lib

As it is, `zig build test -Dtarget=...` will create a cross-compiled
test executable which cannot be run. This should be fixed, probably
by disallowing `-Dtarget` in the test step, or providing a custom
test runner.
2023-02-24 16:07:28 -08:00

3 lines
20 B
Plaintext