mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
travis: Don't use --no-as-needed on osx
This commit is contained in:
parent
f9eb327a11
commit
226c9002dd
@ -82,7 +82,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
# This is kind of a hack, but needed to test non-metalib builds (until
|
# This is kind of a hack, but needed to test non-metalib builds (until
|
||||||
# interrogate has a way of explicitly calling init_libpanda)
|
# interrogate has a way of explicitly calling init_libpanda)
|
||||||
- '[ "x$BUILD_METALIBS" == "xON" ] || export LDFLAGS=-Wl,--no-as-needed'
|
- '[ "x$BUILD_METALIBS" == "xON" || "x$TRAVIS_OS_NAME" == "xosx" ] || export LDFLAGS=-Wl,--no-as-needed'
|
||||||
|
|
||||||
- >
|
- >
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user