mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[boost-modular-build-helper] Remove has_icu.lib (#12417)
* [boost-modular-build-helper] Remove has_icu.lib * Add quotes
This commit is contained in:
parent
075a18b594
commit
9668eea2b4
@ -1,2 +1,3 @@
|
|||||||
Source: boost-modular-build-helper
|
Source: boost-modular-build-helper
|
||||||
Version: 1.73.0-1
|
Version: 1.73.0
|
||||||
|
Port-Version: 2
|
||||||
|
@ -386,5 +386,13 @@ function(boost_modular_build)
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
# boost-regex[icu] and boost-locale[icu] generate has_icu.lib
|
||||||
|
if(EXISTS "${CURRENT_PACKAGES_DIR}/debug/lib/has_icu.lib")
|
||||||
|
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/lib/has_icu.lib")
|
||||||
|
endif()
|
||||||
|
if(EXISTS "${CURRENT_PACKAGES_DIR}/lib/has_icu.lib")
|
||||||
|
file(REMOVE "${CURRENT_PACKAGES_DIR}/lib/has_icu.lib")
|
||||||
|
endif()
|
||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user