mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +08:00
vcpkg_configure_meson: mingw build fix (#18026)
This commit is contained in:
parent
8f6e982c35
commit
449b85b1e5
@ -113,7 +113,7 @@ endfunction()
|
|||||||
|
|
||||||
# Generates the required compiler properties for meson
|
# Generates the required compiler properties for meson
|
||||||
function(vcpkg_internal_meson_generate_flags_properties_string _out_var _config)
|
function(vcpkg_internal_meson_generate_flags_properties_string _out_var _config)
|
||||||
if(VCPKG_TARGET_IS_WINDOWS)
|
if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||||
set(L_FLAG /LIBPATH:)
|
set(L_FLAG /LIBPATH:)
|
||||||
else()
|
else()
|
||||||
set(L_FLAG -L)
|
set(L_FLAG -L)
|
||||||
|
Loading…
Reference in New Issue
Block a user