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