mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 21:15:09 +00:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
[binaries]
|
|
c = 'clang'
|
|
cpp = 'clang++'
|
|
c_ld = 'lld'
|
|
cpp_ld = 'lld'
|
|
|
|
[built-in options]
|
|
cpp_args = ['-stdlib=libc++']
|
|
cpp_link_args = ['-stdlib=libc++']
|