Define UTF8PROC_EXPORTS for both compiler and runtime targets

This commit is contained in:
Max Brunsfeld 2017-08-07 13:10:41 -07:00
parent e932d09908
commit 67fcbba864

View file

@ -105,9 +105,6 @@
'cflags_c': [
'-std=c99', '-U_FORTIFY_SOURCE', '-D_FORTIFY_SOURCE=1'
],
'defines': [
'UTFPROC_EXPORTS',
],
'ldflags': [
'-g',
],
@ -156,6 +153,10 @@
'-Wno-unused-parameter'
],
'defines': [
'UTFPROC_EXPORTS',
],
'xcode_settings': {
'ALWAYS_SEARCH_USER_PATHS': 'NO',
'WARNING_CFLAGS': [