1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-03-17 12:31:38 +00:00

Remove broken reference

This commit is contained in:
Virgil Dupras
2017-03-13 22:18:47 -04:00
parent bda6b937db
commit c8c3f127ab
2 changed files with 1 additions and 7 deletions

View File

@@ -188,7 +188,7 @@ def build_cocoa_proxy_module():
"CocoaProxy", 'cocoalib/cocoa',
[
'cocoalib/cocoa/CocoaProxy.m', 'build/CocoaProxy.m', 'build/ObjP.m',
'cocoalib/HSErrorReportWindow.m', 'cocoa/autogen/HSErrorReportWindow_UI.m'
'cocoalib/HSErrorReportWindow.m'
],
['AppKit', 'CoreServices'],
['cocoalib', 'cocoa/autogen']