diff options
Diffstat (limited to 'js/app.mozbuild')
-rw-r--r-- | js/app.mozbuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/app.mozbuild b/js/app.mozbuild index 292107c05d..10a127ac3b 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", |