mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fixed Cocoa build for ME.
This commit is contained in:
parent
5799e3548b
commit
5ed98b3d92
2
build.py
2
build.py
@ -105,7 +105,7 @@ def build_cocoa(edition, dev):
|
|||||||
appscript_pkgs = ['appscript', 'aem', 'mactypes']
|
appscript_pkgs = ['appscript', 'aem', 'mactypes']
|
||||||
specific_packages = {
|
specific_packages = {
|
||||||
'se': ['core_se'],
|
'se': ['core_se'],
|
||||||
'me': ['core_me'] + appscript_pkgs,
|
'me': ['core_me'] + appscript_pkgs + ['hsaudiotag'],
|
||||||
'pe': ['core_pe'] + appscript_pkgs,
|
'pe': ['core_pe'] + appscript_pkgs,
|
||||||
}[edition]
|
}[edition]
|
||||||
tocopy = ['core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'jobprogress', 'objp',
|
tocopy = ['core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'jobprogress', 'objp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user