summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 6e328b79..45925e7a 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -301,7 +301,7 @@ You can cross-compile for a Windows target on Debian/Ubuntu by
301installing the <tt>mingw32</tt> package and running: 301installing the <tt>mingw32</tt> package and running:
302</p> 302</p>
303<pre class="code"> 303<pre class="code">
304make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows 304make HOST_CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
305</pre> 305</pre>
306 306
307<h2>Embedding LuaJIT</h2> 307<h2>Embedding LuaJIT</h2>