Attention is currently required from: Thomas Heijligen.
1 comment:
File meson.build:
Patch Set #2, Line 80: host_is_x86 = ['x86', 'x86_64'].contains(host_machine.cpu_family())
I have a overall question about the idea: what is counted as "platform specific code" ? If in future if I want to add some code, how do I decide where to put it?
For example `host_is_x86` is platform specific information, but it stays in root build file. Which means, maybe I don't entirely understand what is platform specific?
To view, visit change 63826. To unsubscribe, or for help writing mail filters, visit settings.