mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Small bugfixes in sub.mk.
This commit is contained in:
parent
5b131ef165
commit
8b47221ff8
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
NULL =
|
||||||
|
|
||||||
# Tests for these submodules will not be run by the default `make check` target.
|
# Tests for these submodules will not be run by the default `make check` target.
|
||||||
SLOW_TESTS += \
|
SLOW_TESTS += \
|
||||||
mozjs \
|
mozjs \
|
||||||
|
@ -216,7 +218,6 @@ CFLAGS_fontconfig += \
|
||||||
"-I$(S)src/platform/android/libexpat/expat/lib" \
|
"-I$(S)src/platform/android/libexpat/expat/lib" \
|
||||||
"-I$(S)src/platform/android/libfreetype2/include" \
|
"-I$(S)src/platform/android/libfreetype2/include" \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
|
||||||
|
|
||||||
DEPS_skia += \
|
DEPS_skia += \
|
||||||
libfreetype2 \
|
libfreetype2 \
|
||||||
|
@ -231,3 +232,4 @@ NATIVE_BUILD += \
|
||||||
libexpat \
|
libexpat \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue