mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b877751b2d | ||
|
|
40db482fd8 |
@@ -15,7 +15,9 @@
|
|||||||
'cflags': ['-fexceptions', '-Wall', '-O3'],
|
'cflags': ['-fexceptions', '-Wall', '-O3'],
|
||||||
'cflags_cc': ['-std=c++0x', '-fexceptions', '-Wall', '-O3'],
|
'cflags_cc': ['-std=c++0x', '-fexceptions', '-Wall', '-O3'],
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'OTHER_CFLAGS': ['-std=c++11', '-fexceptions', '-Wall', '-O3']
|
'OTHER_CFLAGS': ['-std=c++11', '-stdlib=libc++', '-fexceptions', '-Wall', '-O3'],
|
||||||
|
'OTHER_CPLUSPLUSFLAGS': ['-std=c++11', '-stdlib=libc++', '-fexceptions', '-Wall', '-O3'],
|
||||||
|
'MACOSX_DEPLOYMENT_TARGET': '10.7'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nan": "^1.3.0",
|
"nan": "^1.3.0",
|
||||||
"bluebird": "^2.3.0"
|
"bluebird": "^2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"imagemagick": "^0.1.3",
|
"imagemagick": "^0.1.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user