summary refs log tree commit diff
path: root/pkgs/development/tools/misc/ccls/wrapper
blob: 294b60893a3f8829c7959e49945beec6e93c2969 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! @shell@ -e

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}" "$@"