Update compiling.md

This commit is contained in:
2025-12-08 03:22:47 -05:00
parent 15f67e0eef
commit 4f42801da6

View File

@@ -48,5 +48,5 @@ You should see `architecture: i386` in the output.
### Notes
- Ensure you installed the i686 (32-bit) variants of the packages; x86_64 packages wont work for a 32-bit build.
- Ensure you installed the i686 (32-bit) variants of the packages; x86_64 packages won't work for a 32-bit build.
- If the linker cannot find `-llua5.1`, confirm `mingw-w64-i686-lua51` is installed and you are using the `mingw32` toolchain (not `x86_64`).