diff options
Diffstat (limited to 'toolkit/library/moz.build')
-rw-r--r-- | toolkit/library/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index 624f8f54d..5191b5a21 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -106,9 +106,6 @@ if CONFIG['OS_ARCH'] == 'WINNT' and not CONFIG['GNU_CC']: DIRS += ['gtest'] -if CONFIG['OS_ARCH'] == 'WINNT': - DIRS += ['dummydll'] - # js needs to come after xul for now, because it is an archive and its content # is discarded when it comes first. USE_LIBS += [ |