Skip to content

Commit e94407d

Browse files
author
Dane Springmeyer
committed
allow exceptions on windows with node >= v4
1 parent a785414 commit e94407d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
'<!@(mapnik-config --dep-includes)'
7676
],
7777
'defines': ['NOMINMAX','<!@(mapnik-config --defines)'],
78+
'defines!': ["_HAS_EXCEPTIONS=0"],
7879
'libraries': [
7980
'<!@(mapnik-config --libs)',
8081
'mapnik-wkt.lib',

0 commit comments

Comments
 (0)