mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +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
|
||||
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:)
|
||||
else()
|
||||
set(L_FLAG -L)
|
||||
|
Loading…
Reference in New Issue
Block a user