diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 2 |
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 | |||
301 | installing the <tt>mingw32</tt> package and running: | 301 | installing the <tt>mingw32</tt> package and running: |
302 | </p> | 302 | </p> |
303 | <pre class="code"> | 303 | <pre class="code"> |
304 | make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows | 304 | make 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> |