Skip to content

Commit

Permalink
binding.gyp: hack to use icu-config
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Aug 13, 2012
1 parent d44220a commit 28ba270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Expand Up @@ -3,8 +3,9 @@
{
'target_name': 'node-stringprep',
'sources': [ 'node-stringprep.cc' ],
'cflags!': [ '-fno-exceptions' ],
'cflags!': [ '-fno-exceptions', '`icu-config --cppflags`' ],
'cflags_cc!': [ '-fno-exceptions' ],
'libraries': [ '`icu-config --ldflags`' ],
'conditions': [
['OS=="mac"', {
'include_dirs': [
Expand Down

0 comments on commit 28ba270

Please sign in to comment.