diff --git a/compiling.md b/compiling.md index 0dd00b0..d49d0d4 100644 --- a/compiling.md +++ b/compiling.md @@ -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 won’t 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`).