mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-10 02:02:21 +02: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) && \
|
$(V1) ( $(CD) $(OSGEARTH_BUILD_DIR) && \
|
||||||
PATH=$(OSGEARTH_BUILD_PATH) && \
|
PATH=$(OSGEARTH_BUILD_PATH) && \
|
||||||
LD_LIBRARY_PATH=$(OSGEARTH_LIB_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 && \
|
unset OSG_NOTIFY_LEVEL && \
|
||||||
$(CMAKE) -G $(OSGEARTH_CMAKE_GENERATOR) -DCMAKE_BUILD_TYPE=$(OSGEARTH_BUILD_CONF) \
|
$(CMAKE) -G $(OSGEARTH_CMAKE_GENERATOR) -DCMAKE_BUILD_TYPE=$(OSGEARTH_BUILD_CONF) \
|
||||||
-DOSGEARTH_USE_QT=ON \
|
-DOSGEARTH_USE_QT=ON \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user