You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/ravi-env.osx.sh.in

6 lines
492 B

export RAVI_HOME=@CMAKE_INSTALL_PREFIX@
export PATH=$RAVI_HOME/@CMAKE_INSTALL_BINDIR@:$PATH
export DYLD_LIBRARY_PATH=$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@:$DYLD_LIBRARY_PATH
export LUA_PATH="$RAVI_HOME/share/lua/5.3/?.lua;$RAVI_HOME/share/lua/5.3/?/init.lua;./?.lua;./?/init.lua"
export LUA_CPATH="$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/?.dylib;$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/lib?.dylib"
export LUA_CPATH="$LUA_CPATH;$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/?.so;$RAVI_HOME/@CMAKE_INSTALL_LIBDIR@/lib?.so"