forked from teamnwah/openmw-tes3coop
Restored building with static ogre.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
d070860f09
commit
af509ce016
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ compiler:
|
|||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DMYGUI_STATIC=1
|
||||
- cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1
|
||||
- cat CMakeCache.txt
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue