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:
parent
72daafa2e6
commit
82b3b20d72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user