mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
Meta: Add serenity toolchain to gn build
This commit is contained in:
parent
f8e1544f41
commit
f4e37c8ad4
5 changed files with 77 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
declare_args() {
|
||||
# Set to true when host compiler is clang so that clang flags will be passed to it
|
||||
is_clang = host_os == "mac"
|
||||
is_clang = current_os == "mac"
|
||||
|
||||
# Enable setting -fuse-ld and other flags for using the lld linker.
|
||||
# Should not be set on macOS when using the default system compiler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue