1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Meta: Change the default build directories to exclude "ladybird" prefix

The reason for this change is that CMake/vcpkg are unable to detect a
change to VCPKG_LIBRARY_LINKAGE. So when we switch to dynamic builds,
the switch would be non-functional, and every developer would have to
remove their Build and vcpkg cache directories manually. By changing
these directories, vcpkg is able to detect it must rebuild.
This commit is contained in:
Timothy Flynn 2024-09-30 09:55:48 -04:00 committed by Andrew Kaster
parent dfd928a8f8
commit 4ffca2089e
Notes: github-actions[bot] 2024-11-06 17:40:19 +00:00
9 changed files with 48 additions and 48 deletions

View file

@ -1,5 +1,5 @@
CompileFlags:
CompilationDatabase: Build/ladybird
CompilationDatabase: Build/release
Diagnostics:
UnusedIncludes: None