mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
15 lines
394 B
Python
Executable File
15 lines
394 B
Python
Executable File
{
|
|
'targets': [{
|
|
'target_name': 'sharp',
|
|
'sources': ['src/sharp.cc'],
|
|
'libraries': ['<!@(PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --libs glib-2.0 vips)'],
|
|
'include_dirs': [
|
|
'/usr/include/glib-2.0',
|
|
'/usr/lib/glib-2.0/include',
|
|
'/usr/lib/x86_64-linux-gnu/glib-2.0/include'
|
|
],
|
|
'cflags': ['-fexceptions'],
|
|
'cflags_cc': ['-fexceptions']
|
|
}]
|
|
}
|