mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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.
|
||||
SLOW_TESTS += \
|
||||
mozjs \
|
||||
|
@ -216,7 +218,6 @@ CFLAGS_fontconfig += \
|
|||
"-I$(S)src/platform/android/libexpat/expat/lib" \
|
||||
"-I$(S)src/platform/android/libfreetype2/include" \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
DEPS_skia += \
|
||||
libfreetype2 \
|
||||
|
@ -231,3 +232,4 @@ NATIVE_BUILD += \
|
|||
libexpat \
|
||||
fontconfig \
|
||||
$(NULL)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue