1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-29 hotfix: fix osgearth build on linux

This commit is contained in:
Philippe Renon 2016-01-16 00:20:36 +01:00
parent 0deb1c88b8
commit 0bdb37dcf5

View File

@ -230,6 +230,7 @@ osgearth:
if [ -n "$(OSGEARTH_BUILD_PATH)" ]; then \
PATH=$(OSGEARTH_BUILD_PATH) ; \
fi ; \
LD_LIBRARY_PATH=$(OSGEARTH_LIB_PATH) && \
export DYLD_LIBRARY_PATH=$(OSGEARTH_LIB_PATH) && \
unset OSG_NOTIFY_LEVEL && \
$(CMAKE) -G $(OSGEARTH_CMAKE_GENERATOR) -DCMAKE_BUILD_TYPE=$(OSGEARTH_BUILD_CONF) \