From 7da058becae818985008abdc9fd399c889bffc9c Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Tue, 27 Feb 2024 07:31:35 +0000 Subject: [PATCH] Bug 1880746 - Part 3: Remove duplicate DIRS from js/app.mozbuild. r=firefox-build-system-reviewers,glandium Differential Revision: https://phabricator.services.mozilla.com/D202207 --- js/app.mozbuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/app.mozbuild b/js/app.mozbuild index 292107c05dcc2d..10a127ac3bbf38 100644 --- a/js/app.mozbuild +++ b/js/app.mozbuild @@ -13,11 +13,6 @@ else: "/js/src/tests", ] -if CONFIG["JS_STANDALONE"] and CONFIG["OS_ARCH"] != "WINNT": - DIRS += [ - "/build/unix", - ] - DIRS += [ "/config/external/fdlibm", "/config/external/nspr",