diff options
author | Hans Hagen <pragma@wxs.nl> | 2014-02-01 14:22:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2014-02-01 14:22:00 +0100 |
commit | 75187f49bdc208a3cdc86bbaf701d7cf409869a7 (patch) | |
tree | 90f12c2639df81dafc0cce4b3f3ec5c1da0c95e2 /scripts | |
parent | 57d6f59def001fd329ff89950872ee45094d3b2e (diff) | |
download | context-75187f49bdc208a3cdc86bbaf701d7cf409869a7.tar.gz |
beta 2014.02.01 14:22
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/context/stubs/unix/contextjit | 5 | ||||
-rwxr-xr-x | scripts/context/stubs/win64/contextjit.exe | bin | 0 -> 15360 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/scripts/context/stubs/unix/contextjit b/scripts/context/stubs/unix/contextjit new file mode 100755 index 000000000..5ac1947c7 --- /dev/null +++ b/scripts/context/stubs/unix/contextjit @@ -0,0 +1,5 @@ +#!/bin/sh + +luajittex --luaonly $(dirname $0)/mtxrun --script context "$@" + +# luajittex --luaonly ${0%contextjit}mtxrun --script context "$@" diff --git a/scripts/context/stubs/win64/contextjit.exe b/scripts/context/stubs/win64/contextjit.exe Binary files differnew file mode 100755 index 000000000..93290a6e0 --- /dev/null +++ b/scripts/context/stubs/win64/contextjit.exe |