1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Merge branch 'macos_water_compile_fix' into 'master'

Fix building water.cpp on macos

See merge request OpenMW/openmw!2670
This commit is contained in:
psi29a 2023-01-31 11:00:55 +00:00
commit 3a986d9a51
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh -ex
export HOMEBREW_NO_EMOJI=1
brew tap --repair
brew update --quiet
# workaround python issue on travis

View File

@ -1,5 +1,7 @@
#include "water.hpp"
#include <sstream>
#include <osg/ClipNode>
#include <osg/Depth>
#include <osg/Fog>