mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
LP-30 fixed DYLD_LIBRARY_PATH used when building osgearth on osx
This commit is contained in:
parent
e8f8a52600
commit
4891f7c5ab
2
make/3rdparty/osgearth/osgearth.mk
vendored
2
make/3rdparty/osgearth/osgearth.mk
vendored
@ -259,7 +259,7 @@ osgearth:
|
||||
$(V1) ( $(CD) $(OSGEARTH_BUILD_DIR) && \
|
||||
PATH=$(OSGEARTH_BUILD_PATH) && \
|
||||
LD_LIBRARY_PATH=$(OSGEARTH_LIB_PATH) && \
|
||||
export DYLD_LIBRARY_PATH=$(OSG_LIB_PATH) && \
|
||||
export DYLD_LIBRARY_PATH=$(OSGEARTH_LIB_PATH) && \
|
||||
unset OSG_NOTIFY_LEVEL && \
|
||||
$(CMAKE) -G $(OSGEARTH_CMAKE_GENERATOR) -DCMAKE_BUILD_TYPE=$(OSGEARTH_BUILD_CONF) \
|
||||
-DOSGEARTH_USE_QT=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user