1
0
Fork 0
mirror of https://gitlab.com/Syping/luaengineapp.git synced 2025-08-20 08:48:13 +02:00

fix static build

This commit is contained in:
Syping 2019-10-12 05:21:38 +02:00
parent df496eae97
commit adb091dfbb

View file

@ -34,7 +34,7 @@ LuaEngineApp:
script:
- mkdir -p build
- cd build
- qmake-static CONFIG+=WITH_LUAENGINEAPP ../luaengineapp.pro
- qmake-static CONFIG+=WITH_LUAENGINEAPP ../luaengine.pro
- make -j4
- cp -Rf src/luaengineapp/release/LuaEngineApp.exe ../
- cd ..