mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
This commit is contained in:
parent
2703c4fc63
commit
ba00d14c12
382 changed files with 36 additions and 22824 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue