Add comment about unused macro

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-02-22 11:28:52 +01:00
parent cc8cabd57b
commit 0aa82d22b0

View file

@ -14,6 +14,7 @@
%__global_rustflags %{build_rustflags}
# Currently unused, retained for backwards compatibility.
%__global_rustflags_toml [%{lua:
for arg in string.gmatch(rpm.expand("%{build_rustflags}"), "%S+") do
print('"' .. arg .. '", ')