mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Add support for 32 bit Linux #27
This commit is contained in:
parent
276ba5228b
commit
6b5f2028b7
@ -11,6 +11,7 @@
|
|||||||
'/usr/include/glib-2.0',
|
'/usr/include/glib-2.0',
|
||||||
'/usr/lib/glib-2.0/include',
|
'/usr/lib/glib-2.0/include',
|
||||||
'/usr/lib/x86_64-linux-gnu/glib-2.0/include',
|
'/usr/lib/x86_64-linux-gnu/glib-2.0/include',
|
||||||
|
'/usr/lib/i386-linux-gnu/glib-2.0/include',
|
||||||
'<!(node -e "require(\'nan\')")'
|
'<!(node -e "require(\'nan\')")'
|
||||||
],
|
],
|
||||||
'cflags': ['-fexceptions', '-pedantic', '-Wall', '-O3'],
|
'cflags': ['-fexceptions', '-pedantic', '-Wall', '-O3'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user