cquery: 2018-05-01 -> 2018-08-08 (#44726)

This also extends the wrapper to explicitly set the cache
directory, since it is required for every invokation with
the `--init` option.
This commit is contained in:
tobim
2018-08-09 01:31:15 +02:00
committed by xeji
parent 50f3d41563
commit 78e8173e57
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#! @shell@ -e
initString="--init={\"extraClangArguments\": [@standard_library_includes@"
initString="--init={\"cacheDirectory\": \"/tmp/cquery\", \"extraClangArguments\": [@standard_library_includes@"
if [ "${NIX_CFLAGS_COMPILE}" != "" ]; then
read -a cflags_array <<< ${NIX_CFLAGS_COMPILE}