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:
parent
0deb1c88b8
commit
0bdb37dcf5
1
make/3rdparty/osgearth/osgearth.mk
vendored
1
make/3rdparty/osgearth/osgearth.mk
vendored
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user