mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 06:36:17 +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
|
# Nested variables "pattern" borrowed from http://src.chromium.org/viewvc/chrome/trunk/src/build/common.gypi
|
||||||
'variables': {
|
'variables': {
|
||||||
'sharp-cxx11%': '0',
|
'sharp_cxx11%': '0',
|
||||||
'variables': {
|
'variables': {
|
||||||
'variables': {
|
'variables': {
|
||||||
'conditions': [
|
'conditions': [
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
'src/utilities.cc'
|
'src/utilities.cc'
|
||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'_GLIBCXX_USE_CXX11_ABI=<(sharp-cxx11)',
|
'_GLIBCXX_USE_CXX11_ABI=<(sharp_cxx11)',
|
||||||
'_ALLOW_KEYWORD_MACROS'
|
'_ALLOW_KEYWORD_MACROS'
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|||||||
Reference in New Issue
Block a user