ccache: update for new env

This commit is contained in:
Dylan Araps 2021-07-17 20:39:55 +03:00
parent a6f65975ae
commit db801050d2
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,6 +1,5 @@
#!/bin/sh -e
export DESTDIR="$1"
export CFLAGS="$CFLAGS -static"
export CXXFLAGS="$CXXFLAGS -static"