From ef6c3eca156383da55ce49bfe50acced9fd6aac4 Mon Sep 17 00:00:00 2001 From: serge-sans-paille <sguelton@mozilla.com> Date: Mon, 27 Feb 2023 13:42:58 +0000 Subject: [PATCH] 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 --- intl/gtest/moz.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/intl/gtest/moz.build b/intl/gtest/moz.build index e0c5adff554c4..80d897ad03571 100644 --- a/intl/gtest/moz.build +++ b/intl/gtest/moz.build @@ -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 -- GitLab