Commit 2a02576d authored by Max Kellermann's avatar Max Kellermann

python/build/meson.py: move c_args, ... to [built-in options]

parent 9ea1578a
......@@ -54,6 +54,7 @@ pkgconfig = '{toolchain.pkg_config}'
[properties]
root = '{toolchain.install_prefix}'
[built-in options]
c_args = {repr((toolchain.cppflags + ' ' + toolchain.cflags).split())}
c_link_args = {repr(toolchain.ldflags.split() + toolchain.libs.split())}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment