mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +00:00
Ports: Add required Meson cross-files to The Powder Toy port
Previously the port would not build, as these files were mistakenly ignored by Git.
This commit is contained in:
parent
c2d7ef057d
commit
f1c28ea3e0
3 changed files with 34 additions and 0 deletions
2
Ports/powdertoy/.gitignore
vendored
Normal file
2
Ports/powdertoy/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
!cross_file-i686.txt
|
||||||
|
!cross_file-x86_64.txt
|
16
Ports/powdertoy/cross_file-i686.txt
Normal file
16
Ports/powdertoy/cross_file-i686.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[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'
|
16
Ports/powdertoy/cross_file-x86_64.txt
Normal file
16
Ports/powdertoy/cross_file-x86_64.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[binaries]
|
||||||
|
c = 'x86_64-pc-serenity-gcc'
|
||||||
|
cpp = 'x86_64-pc-serenity-g++'
|
||||||
|
ar = 'x86_64-pc-serenity-ar'
|
||||||
|
ranlib = 'x86_64-pc-serenity-ranlib'
|
||||||
|
pkgconfig = 'pkg-config'
|
||||||
|
|
||||||
|
[properties]
|
||||||
|
sys_root = '../../../../Build/x86_64/Root'
|
||||||
|
needs_exe_wrapper = true
|
||||||
|
|
||||||
|
[host_machine]
|
||||||
|
system = 'serenity'
|
||||||
|
cpu_family = 'x86'
|
||||||
|
cpu = 'x86_64'
|
||||||
|
endian = 'little'
|
Loading…
Add table
Add a link
Reference in a new issue