diff options
Diffstat (limited to 'netwerk/standalone/moz.build')
-rw-r--r-- | netwerk/standalone/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/standalone/moz.build b/netwerk/standalone/moz.build index d06711533b..b5651da762 100644 --- a/netwerk/standalone/moz.build +++ b/netwerk/standalone/moz.build @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk': +if CONFIG['OS_TARGET'] != 'WINNT': Library('necko_standalone') src_list = [ |