diff --git a/uapi/rustargs.in b/uapi/rustargs.in index 26054010..91e93f77 100644 --- a/uapi/rustargs.in +++ b/uapi/rustargs.in @@ -1,3 +1,5 @@ {% for arg in rustargs.split(' ') -%} +{% if not arg.startswith('--target') -%} {{ arg }} +{% endif -%} {% endfor -%}