mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 13:46:19 +01:00
node-gyp replaces dashes with underscores
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
],
|
||||
# Nested variables "pattern" borrowed from http://src.chromium.org/viewvc/chrome/trunk/src/build/common.gypi
|
||||
'variables': {
|
||||
'sharp-cxx11%': '0',
|
||||
'sharp_cxx11%': '0',
|
||||
'variables': {
|
||||
'variables': {
|
||||
'conditions': [
|
||||
@@ -93,7 +93,7 @@
|
||||
'src/utilities.cc'
|
||||
],
|
||||
'defines': [
|
||||
'_GLIBCXX_USE_CXX11_ABI=<(sharp-cxx11)',
|
||||
'_GLIBCXX_USE_CXX11_ABI=<(sharp_cxx11)',
|
||||
'_ALLOW_KEYWORD_MACROS'
|
||||
],
|
||||
'include_dirs': [
|
||||
|
||||
Reference in New Issue
Block a user