diff --git a/mk/sub.mk b/mk/sub.mk index 6b18e1ee642..47d4edad95a 100644 --- a/mk/sub.mk +++ b/mk/sub.mk @@ -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