fix quoting of defines in ccls template (#3692)

This commit is contained in:
Michele Campeotto
2020-10-02 12:28:02 +02:00
committed by GitHub
parent 14de3e79c5
commit 9c20ab81cb

View File

@ -18,5 +18,5 @@ clang
% end
% for define in defines:
-D{{ define }}
-D{{ !define }}
% end