mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
fix static build
This commit is contained in:
parent
df496eae97
commit
adb091dfbb
1 changed files with 1 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue