mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-13 07:08:56 +03:00
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
[binaries]
|
|
c = ['ccomp', '-target', 'armv7a-eabi']
|
|
ar = 'ccomp'
|
|
strip = 'strip'
|
|
|
|
[built-in options]
|
|
c_args = ['-fall']
|
|
|
|
[host_machine]
|
|
system = 'bare metal' # Update with your system name - bare metal/OS.
|
|
cpu_family = 'arm'
|
|
cpu = 'Cortex-A9'
|
|
endian = 'little'
|