mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 20:30:14 +02:00
Use a single shared library
This commit is contained in:
parent
984a9e653e
commit
6aaf839662
@ -140,8 +140,7 @@
|
|||||||
'link_settings': {
|
'link_settings': {
|
||||||
'library_dirs': ['<(sharp_vendor_dir)/lib'],
|
'library_dirs': ['<(sharp_vendor_dir)/lib'],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'libvips-cpp.42.dylib',
|
'libvips-cpp.42.dylib'
|
||||||
'libvips.42.dylib'
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
@ -158,8 +157,7 @@
|
|||||||
'link_settings': {
|
'link_settings': {
|
||||||
'library_dirs': ['<(sharp_vendor_dir)/lib'],
|
'library_dirs': ['<(sharp_vendor_dir)/lib'],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'-l:libvips-cpp.so.42',
|
'-l:libvips-cpp.so.42'
|
||||||
'-l:libvips.so.42'
|
|
||||||
],
|
],
|
||||||
'ldflags': [
|
'ldflags': [
|
||||||
# Ensure runtime linking is relative to sharp.node
|
# Ensure runtime linking is relative to sharp.node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user