mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
52c5a73d08
commit
af96ce7074
@ -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 += [
|
||||
|
Loading…
Reference in New Issue
Block a user