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