aboutsummaryrefslogtreecommitdiff
path: root/cross/iphone.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-3/+3
This is like the project options, but for meson builtin options. The only real differences here have to do with the differences between meson builtin options and project options. Some meson options can be set on a per-machine basis (build.pkg_config_path vs pkg_config_path) others can be set on a per-subproject basis, but should inherit the parent setting.
2017-05-21cross: Fix host_machine.system in the example iphone cross config.Ole André Vadla Ravnås1-1/+1
2015-10-18Added cpu family property to system information.Jussi Pakkanen1-0/+1
2015-09-05Converted alignment check to work also when cross compiling.Jussi Pakkanen1-4/+0
2015-09-05Converted sizeof check to work also when cross compiling.Jussi Pakkanen1-4/+0
2015-09-05Created iphone cross file and made it possible to specify compile and link ↵Jussi Pakkanen1-0/+34
args in the cross file.