Skip to content

Commit

Permalink
Fix build on Python 3
Browse files Browse the repository at this point in the history
Looks like node-gyp has supported Python 3 for some time now. Dropping
this abstract declaration fixes the build and also doesn't seem needed
anymore.

Fixes #158
  • Loading branch information
laverdet committed Jan 27, 2020
1 parent a4e31db commit e4a2fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
'default_configuration': 'Release',
'configurations': {
'Common': {
'abstract': 1,
'cflags_cc': [ '-std=c++14', '-g', '-Wno-unknown-pragmas' ],
'cflags_cc!': [ '-fno-exceptions' ],
'include_dirs': [ './src' ],
Expand Down

0 comments on commit e4a2fbc

Please sign in to comment.