fdtools: fix missing gcc -> $CC replacement

clang compilation would fail because the author likes to hardcode
`gcc` in the build files.
This commit is contained in:
Profpatsch 2021-03-18 20:51:25 +01:00
parent 72daafa2e6
commit 82b3b20d72

View file

@ -23,6 +23,9 @@ in stdenv.mkDerivation {
sed -e 's|gcc|$CC|' \
conf-compile/defaults/host_link.sh \
> conf-compile/host_link.sh
sed -e 's|gcc|$CC|' \
conf-compile/defaults/host_compile.sh \
> conf-compile/host_compile.sh
echo "${skawarePackages.skalibs.lib}/lib/skalibs/sysdeps" \
> conf-compile/depend_skalibs_sysdeps