mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
f1c28ea3e0
Previously the port would not build, as these files were mistakenly ignored by Git.
16 lines
320 B
Text
16 lines
320 B
Text
[binaries]
|
|
c = 'i686-pc-serenity-gcc'
|
|
cpp = 'i686-pc-serenity-g++'
|
|
ar = 'i686-pc-serenity-ar'
|
|
ranlib = 'i686-pc-serenity-ranlib'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
[properties]
|
|
sys_root = '../../../../Build/i686/Root'
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'serenity'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|