diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
commit | 7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 (patch) | |
tree | ee9e0946bca9e3eb2f610b52a0c6b1167b11f0ff /xpcom/moz.build | |
parent | a1f143420203395d9a7f347bb232ca86daa40f2b (diff) | |
download | uxp-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.gz |
Remove cargo nsstring component
Part 3 for #58
Diffstat (limited to 'xpcom/moz.build')
-rw-r--r-- | xpcom/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xpcom/moz.build b/xpcom/moz.build index 45a83c5c81..fe94edfce2 100644 --- a/xpcom/moz.build +++ b/xpcom/moz.build @@ -31,7 +31,6 @@ if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_DEBUG']: TEST_DIRS += [ 'tests', - 'rust/nsstring/gtest', ] # Can't build internal xptcall tests that use symbols which are not exported. |