nixpkgs/pkgs/development/tools/misc/ccls/wrapper

10 lines
324 B
Plaintext
Raw Normal View History

#! @shell@ -e
2021-05-24 10:39:15 +00:00
printf -v extraArgs ',\"%s\"' \
$(cat @clang@/nix-support/libc-cflags \
@clang@/nix-support/libcxx-cxxflags) \
${NIX_CFLAGS_COMPILE}
initString="--init={\"clang\":{\"extraArgs\":[${extraArgs:1}],\"resourceDir\":\"@clang@/resource-root\"}}"
exec -a "$0" "@out@/bin/@wrapped@" "${initString}" "$@"