A very small, missing carriage return in install.html. Add a missing BEL character to nxbuild.bat.

This commit is contained in:
Swyter 2022-06-05 14:36:43 +02:00
parent 0138fea6b2
commit d76c81d659
2 changed files with 2 additions and 1 deletions

View File

@ -667,6 +667,7 @@ Then <tt>cd</tt> to the directory where you've unpacked the sources and run thes
cd src
nxbuild
</pre>
<h2 id="embed">Embedding LuaJIT</h2>
<p>
LuaJIT is API-compatible with Lua 5.1. If you've already embedded Lua

View File

@ -145,7 +145,7 @@ for %%f in (lj_*.c lib_*.c) do (
@echo.
@echo *******************************************************
@echo *** Build FAILED -- Please check the error messages ***
@echo *******************************************************
@echo *******************************************************
@goto :END
:FAIL
@echo To run this script you must open a "Native Tools Command Prompt for VS".