summaryrefslogtreecommitdiffstats
path: root/src/osgearth.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/osgearth.mk')
-rw-r--r--src/osgearth.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osgearth.mk b/src/osgearth.mk
index 17b3c54..9755419 100644
--- a/src/osgearth.mk
+++ b/src/osgearth.mk
@@ -15,7 +15,8 @@ define $(PKG)_BUILD
-DWITH_EXTERNAL_TINYXML=OFF \
-DBUILD_OSGEARTH_EXAMPLES=OFF \
-DBUILD_APPLICATIONS=OFF \
- -DBUILD_TESTS=OFF
+ -DBUILD_TESTS=OFF \
+ -DCMAKE_CXX_FLAGS='-DGEOS_INLINE=1'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install