Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'

This commit is contained in:
Moonchild 2021-06-21 17:52:42 +00:00 • committed by roytam1
commit ba00d14c12
382 changed files with 36 additions and 22824 deletions

View file

@ -3,26 +3,13 @@
# 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['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
Program('org.mozilla.updater')
else:
Program('updater')
Program('updater')
updater_rel_path = ''
include('updater-common.build')
CXXFLAGS += CONFIG['MOZ_BZ2_CFLAGS']
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
LDFLAGS += ['-sectcreate',
'__TEXT',
'__info_plist',
TOPOBJDIR + '/dist/bin/Info.plist',
'-sectcreate',
'__TEXT',
'__launchd_plist',
SRCDIR + '/Launchd.plist']
GENERATED_FILES = [
'primaryCert.h',
'secondaryCert.h',