Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Addons should not -DEV_MULTIPLICITY=0
Browse files Browse the repository at this point in the history
Fixes #1229
Fixes #1332
  • Loading branch information
mscdex authored and ry committed Jul 14, 2011
1 parent 77ecc5a commit 6128757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/wafadmin/Tools/node_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def detect(conf):
conf.env['CPPPATH_NODE'] = join(prefix, 'include', 'node')

conf.env.append_value('CPPFLAGS_NODE', '-D_GNU_SOURCE')
conf.env.append_value('CPPFLAGS_NODE', '-DEV_MULTIPLICITY=0')

conf.env.append_value('CCFLAGS_NODE', '-D_LARGEFILE_SOURCE')
conf.env.append_value('CCFLAGS_NODE', '-D_FILE_OFFSET_BITS=64')
Expand Down

0 comments on commit 6128757

Please sign in to comment.