mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Revert target names as these are used for DLLs
This commit is contained in:
parent
226a9a13ef
commit
fcc7e84bee
@ -10,7 +10,7 @@
|
||||
'sharp_libvips_lib_dir': '<!(node -p "require(\'./lib/libvips\').buildSharpLibvipsLibDir()")'
|
||||
},
|
||||
'targets': [{
|
||||
'target_name': 'win-libvips-cpp',
|
||||
'target_name': 'libvips-cpp',
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
# Build libvips C++ binding for Windows due to MSVC std library ABI changes
|
||||
@ -243,7 +243,7 @@
|
||||
}
|
||||
},
|
||||
}, {
|
||||
'target_name': 'win-copy-dlls',
|
||||
'target_name': 'copy-dll',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'sharp-<(platform_and_arch)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user