Pietro Gagliardi
|
a440b174f7
|
Use host_machine instead of target_machine. Confusingly, host_machine is not the build host, but rather the target machine that the binaries will run on. build_machine is the build host. It probably made sense to the person in the 1980s who came up with this, but meh.
|
2019-03-22 22:04:07 -04:00 |
Pietro Gagliardi
|
7063ed6e32
|
Take some suggestions from the meson IRC channel: don't set unnecessary variables before project(); don't disallow plain builds since the options that meson doesn't apply aren't any of the ones I care about.
|
2019-03-22 22:00:19 -04:00 |
Pietro Gagliardi
|
1a9b0881bc
|
Clean up meson.build slightly and add a section to the top to describe what I want to do so I can ask people.
|
2019-03-21 23:21:30 -04:00 |
Pietro Gagliardi
|
355b5d05d3
|
Filled meson.build a bit more, so I can ask questions about it.
|
2019-03-21 11:23:30 -04:00 |
Pietro Gagliardi
|
f8543fc641
|
Started a top-level meson.build file. This might actually work... maybe.
|
2019-03-17 21:26:52 -04:00 |