aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ccache')
-rwxr-xr-xextra/ccache/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ccache/build b/extra/ccache/build
index 6ccbdbdd..9912e24a 100755
--- a/extra/ccache/build
+++ b/extra/ccache/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
export LDFLAGS="$LDFLAGS -static"
TEST=OFF