mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
16 lines
333 B
Text
16 lines
333 B
Text
[binaries]
|
|
c = '@SERENITY_ARCH@-pc-serenity-clang'
|
|
cpp = '@SERENITY_ARCH@-pc-serenity-clang++'
|
|
ar = 'llvm-ar'
|
|
ranlib = 'llvm-ranlib'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
[properties]
|
|
sys_root = '@SERENITY_BUILD_DIR@/Root'
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'serenity'
|
|
cpu_family = 'x86'
|
|
cpu = '@SERENITY_ARCH@'
|
|
endian = 'little'
|