mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-13 07:08:56 +03:00
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
# This is a setup for compiling a program that runs natively
|
|
# but uses a custom std lib. This test will only work on
|
|
# x86_64.
|
|
|
|
[target_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
|
|
c_stdlib = 'mylibc' # Subproject name
|