mirror of https://github.com/axmolengine/axmol.git
issue #2790: Disables build lua projects for linux
This commit is contained in:
parent
373c3b01bf
commit
68e376db2f
|
@ -74,7 +74,7 @@ elif [ "$PLATFORM"x = "linux"x ]; then
|
|||
cd $COCOS2DX_ROOT/build
|
||||
mkdir -p linux-build
|
||||
cd linux-build
|
||||
cmake ../..
|
||||
cmake ../.. -DBUILD_LIBS_LUA=OFF -DBUILD_HelloLua=OFF -DBUILD_TestLua=OFF
|
||||
make -j10
|
||||
cd ../../template/multi-platform-cpp
|
||||
cmake .
|
||||
|
|
Loading…
Reference in New Issue