mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-13 07:08:56 +03:00
20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
# native file used to make the build machine compiler unusable
|
|
|
|
[host_machine]
|
|
system = 'none'
|
|
cpu_family = 'none'
|
|
cpu = 'none'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
|
|
[binaries]
|
|
c = ['false']
|
|
cpp = ['false']
|
|
fc = ['false']
|
|
objc = ['false']
|
|
objcpp = ['false']
|
|
ar = ['false']
|
|
pkg-config = ['false']
|
|
cmake = ['false']
|