mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
8e5d28de3c
Override the vcpkg/scripts/detect_compiler behavior of always pulling $CC and $CXX at the time that vcpkg install is determined to need called by forcing $ENV{CXX} and $ENV{CC} to our CMake-determined compiler. This prevents strange behavior such as running the following: ./Meta/ladybird.sh run make changes... ninja -C Build/ladybird Where the second build step would be run without CC or CXX set in the environment, causing a total cache miss from vcpkg and a full rebuild. It also helps prevent full rebuilds when an IDE passes a slightly different compiler to the build step than ladybird.sh. |
||
---|---|---|
.. | ||
vcpkg | ||
all_the_debug_macros.cmake | ||
ca_certificates_data.cmake | ||
check_for_dependencies.cmake | ||
clang_development.cmake | ||
code_generators.cmake | ||
common_compile_options.cmake | ||
common_options.cmake | ||
download_icc_profiles.cmake | ||
flac_spec_tests.cmake | ||
fontconfig.cmake | ||
lagom-install-config.cmake | ||
lagom_compile_options.cmake | ||
lagom_install_options.cmake | ||
lagom_options.cmake | ||
libtextcodec_generators.cmake | ||
libweb_generators.cmake | ||
processor-count.cmake | ||
public_suffix.cmake | ||
setup_ccache.cmake | ||
unicode_data.cmake | ||
use_linker.cmake | ||
utils.cmake | ||
vulkan.cmake | ||
wasm_spec_tests.cmake |