Revert target names as these are used for DLLs

This commit is contained in:
Lovell Fuller 2023-10-04 20:46:25 +01:00
parent 226a9a13ef
commit fcc7e84bee

View File

@ -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)'