Bug 1818439 - Make intl/gtest buildable outside of a unified build environment r=andi

Depends on D170721

Differential Revision: https://phabricator.services.mozilla.com/D170722
This commit is contained in:
serge-sans-paille 2023-02-27 13:42:58 +00:00
parent 4cab9d3d2a
commit ef6c3eca15

View File

@ -11,5 +11,3 @@ if not (CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CPU_ARCH"] == "aarch64"):
UNIFIED_SOURCES += ["TestEncoding.cpp"]
FINAL_LIBRARY = "xul-gtest"
REQUIRES_UNIFIED_BUILD = True