mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fix build error on android(libuv 3.0)
This commit is contained in:
parent
be8ed32562
commit
a90d12eaee
2 changed files with 12 additions and 6 deletions
3
configure
vendored
3
configure
vendored
|
@ -374,7 +374,7 @@ probe_need CFG_AUTOCONF213 autoconf213 \
|
|||
step_msg "looking for build programs"
|
||||
case ${TARGET_OSTYPE} in
|
||||
android)
|
||||
CFG_PATH="${CFG_ANDROID_CROSS_PATH}/bin":$PATH
|
||||
CFG_PATH=$PATH:"${CFG_ANDROID_CROSS_PATH}/bin"
|
||||
OLD_PATH=$PATH
|
||||
export PATH=${CFG_PATH}
|
||||
|
||||
|
@ -536,6 +536,7 @@ if [ $CFG_OSTYPE = "linux-androideabi" ]
|
|||
then
|
||||
CFG_SUBMODULES="\
|
||||
support/glut/rust-glut \
|
||||
support/egl/rust-egl \
|
||||
platform/android/libexpat \
|
||||
platform/android/libfreetype2 \
|
||||
platform/android/fontconfig \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue