Created
September 11, 2018 14:48
-
-
Save liangzai-cool/48d7a1659483ec101dc8984e9edc8a77 to your computer and use it in GitHub Desktop.
/etc/init.d/env_luajit2.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LUAJIT_LIB=/usr/local/luajit2/lib | |
export LUAJIT_INC=/usr/local/luajit2/include/luajit-2.1 | |
export LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment