Bug 1749306 - Fix spidermonkey source packaging for Windows. r=glandium, a=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D135564
This commit is contained in:
Steve Fink 2022-01-10 15:35:04 -08:00
parent 52c5a73d08
commit af96ce7074

View File

@ -13,7 +13,7 @@ if CONFIG["MOZ_LINKER"] or CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
DIRS += ["android"]
if CONFIG["OS_TARGET"] == "WINNT":
if CONFIG["OS_TARGET"] == "WINNT" and not CONFIG["JS_STANDALONE"]:
DIRS += ["dllservices"]
DIRS += [