Disable lua waf where luajit is not available (#2306)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-04-07 15:27:10 -03:00 committed by GitHub
parent 1c3c0cd4ae
commit 937659f031

View file

@ -204,7 +204,6 @@ if [[ (${ARCH} != "ppc64le") && (${ARCH} != "s390x") ]]; then
export LUAJIT_LIB=/usr/local/lib
export LUAJIT_INC=/usr/local/include/luajit-2.1
export LUA_LIB_DIR="$LUAJIT_LIB/lua"
fi
cd "$BUILD_PATH/lua-resty-core-0.1.14rc1"
make install
@ -230,6 +229,8 @@ make install
# build and install lua-resty-waf with dependencies
/install_lua_resty_waf.sh
fi
# build opentracing lib
cd "$BUILD_PATH/opentracing-cpp-$OPENTRACING_CPP_VERSION"
mkdir .build