mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
The pkgconfig data file ends up in /usr/local when compiling libvips from source
This commit is contained in:
parent
30f75bcc56
commit
0b7c8661fb
@ -2,7 +2,10 @@
|
|||||||
'targets': [{
|
'targets': [{
|
||||||
'target_name': 'sharp',
|
'target_name': 'sharp',
|
||||||
'sources': ['src/sharp.cc'],
|
'sources': ['src/sharp.cc'],
|
||||||
'libraries': ['<!@(PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --libs glib-2.0 vips)'],
|
'libraries': [
|
||||||
|
'<!@(PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" pkg-config --libs vips)',
|
||||||
|
'<!@(PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --libs vips)'
|
||||||
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'/usr/include/glib-2.0',
|
'/usr/include/glib-2.0',
|
||||||
'/usr/lib/glib-2.0/include',
|
'/usr/lib/glib-2.0/include',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user