diff options
author | Mike Pall <mike> | 2012-06-09 15:02:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-06-09 15:03:40 +0200 |
commit | 0a6c8338d240dd318db2f5269414dcf7ddc9ed35 (patch) | |
tree | 953561aad7b19aaefda674a1962d47c754d552f6 /src/host/README | |
parent | 6c8aaef2bbb005a2176e35c08f85957a9bc428d0 (diff) | |
download | luajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.tar.gz luajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.tar.bz2 luajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.zip |
Add minified Lua interpreter (minilua). Used by the build process.
Diffstat (limited to 'src/host/README')
-rw-r--r-- | src/host/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host/README b/src/host/README new file mode 100644 index 00000000..abfcdaa7 --- /dev/null +++ b/src/host/README | |||
@@ -0,0 +1,4 @@ | |||
1 | The files in this directory are only used during the build process of LuaJIT. | ||
2 | For cross-compilation, they must be executed on the host, not on the target. | ||
3 | |||
4 | These files should NOT be installed! | ||