Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 654fc0c

Browse files
committed
Bug 1542735 - Don't try to build TestUCRTDepends if tests are disabled. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D26501 --HG-- extra : moz-landing-system : lando
1 parent 58c5da3 commit 654fc0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolkit/library/gtest/static/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Library('xul-gtest')
88

9-
if CONFIG['OS_ARCH'] == 'WINNT':
9+
if CONFIG['ENABLE_TESTS'] and CONFIG['OS_ARCH'] == 'WINNT':
1010
UNIFIED_SOURCES += [
1111
'TestUCRTDepends.cpp',
1212
]

0 commit comments

Comments
 (0)