Define UTF8PROC_EXPORTS for both compiler and runtime targets
This commit is contained in:
parent
e932d09908
commit
67fcbba864
1 changed files with 4 additions and 3 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue