mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
make meson not download things (#6667)
This commit is contained in:
parent
69d3605204
commit
7340d6ac55
@ -26,7 +26,7 @@ function(vcpkg_configure_meson)
|
||||
set(MESON_RELEASE_LDFLAGS "${MESON_RELEASE_LDFLAGS} /INCREMENTAL:NO /OPT:REF /OPT:ICF")
|
||||
|
||||
# select meson cmd-line options
|
||||
list(APPEND _vcm_OPTIONS --buildtype plain --backend ninja)
|
||||
list(APPEND _vcm_OPTIONS --buildtype plain --backend ninja --wrap-mode nodownload)
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
list(APPEND _vcm_OPTIONS --default-library shared)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user