Skip to content

Instantly share code, notes, and snippets.

@liangzai-cool
Created September 11, 2018 14:48
Show Gist options
  • Save liangzai-cool/48d7a1659483ec101dc8984e9edc8a77 to your computer and use it in GitHub Desktop.
Save liangzai-cool/48d7a1659483ec101dc8984e9edc8a77 to your computer and use it in GitHub Desktop.
/etc/init.d/env_luajit2.sh
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