mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Get Servo2D to build with debugmozjs
This commit is contained in:
parent
8100832f62
commit
2f47f49d26
2 changed files with 5 additions and 1 deletions
|
@ -14,10 +14,14 @@ LIBPATHS.debug = \
|
|||
LIBPATHS.release = \
|
||||
../../../target/magicleap/aarch64-linux-android/release
|
||||
|
||||
LDFLAGS.device = \
|
||||
-L$(MLSDK)/lumin/stl/libc++/lib
|
||||
|
||||
STLIBS = \
|
||||
mlservo
|
||||
|
||||
SHLIBS = \
|
||||
c++abi \
|
||||
log \
|
||||
z
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ set -o pipefail
|
|||
MAGICLEAP_TOOLCHAIN=${MAGICLEAP_TOOLCHAIN:-"${MAGICLEAP_SDK}/tools/toolchains"}
|
||||
TARGET=${TARGET:-"aarch64-linux-android"}
|
||||
LD=${LD:-"${MAGICLEAP_TOOLCHAIN}/bin/${TARGET}-ld"}
|
||||
LDFLAGS=${LDFLAGS:-"-L${MAGICLEAP_SDK}/lumin/stl/libc++/lib -L${MAGICLEAP_SDK}/lumin/usr/lib -L${MAGICLEAP_TOOLCHAIN}/lib/gcc/${TARGET}/4.9.x ${MAGICLEAP_SDK}/lumin/usr/lib/crtbegin_so.o"}
|
||||
LDFLAGS=${LDFLAGS:-"-L${MAGICLEAP_SDK}/lumin/stl/libc++/lib -L${MAGICLEAP_SDK}/lumin/usr/lib -L${MAGICLEAP_TOOLCHAIN}/lib/gcc/${TARGET}/4.9.x"}
|
||||
|
||||
# Remove the -landroid flag, grr
|
||||
ARGS=("$@")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue