mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 11:39:41 +00:00
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:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DMYGUI_STATIC=1
|
- cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1
|
||||||
- cat CMakeCache.txt
|
- cat CMakeCache.txt
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in a new issue