Define UTF8PROC_EXPORTS so that utf8proc builds right on windows

This commit is contained in:
Max Brunsfeld 2017-07-25 00:12:05 -07:00
parent 89e250cd63
commit cb24133c64

View file

@ -105,6 +105,9 @@
'cflags_c': [
'-std=c99', '-U_FORTIFY_SOURCE', '-D_FORTIFY_SOURCE=1'
],
'defines': [
'UTFPROC_EXPORTS',
],
'ldflags': [
'-g',
],