Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 5c2124c

Browse files
vickramdhawalnethip
authored andcommitted
Brackets Shell was not building on Debug on Mac (#657)
1 parent 46b5708 commit 5c2124c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

appshell.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@
533533
'$(SDKROOT)/System/Library/Frameworks/ScriptingBridge.framework',
534534
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
535535
'$(CONFIGURATION)/<(framework_name).framework/<(framework_name)',
536+
'deps/icu/lib/libicuuc.a',
537+
'deps/icu/lib/libicui18n.a',
538+
'deps/icu/lib/libicudata.a',
536539
],
537540
},
538541
'sources': [

appshell_paths.gypi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@
194194
'appshell/client_handler.h',
195195
'appshell/native_menu_model.cpp',
196196
'appshell/native_menu_model.h',
197+
'appshell/update.h',
198+
'appshell/update.cpp',
197199
],
198200
'appshell_sources_common': [
199201
'appshell/cefclient.cpp',
200202
'appshell/cefclient.h',
201-
'appshell/update.h',
202-
'appshell/update.cpp',
203203
'<@(appshell_sources_common_helper)',
204204
],
205205
'appshell_sources_common_linux': [
@@ -310,6 +310,7 @@
310310
'appshell/appshell_helpers_mac.mm',
311311
'appshell/client_handler_mac.mm',
312312
'appshell/process_helper_mac.cpp',
313+
'appshell/update_mac.mm',
313314
'<@(appshell_sources_common_helper)',
314315
'<@(appshell_sources_renderer)',
315316
],

0 commit comments

Comments
 (0)