unar: fix linker failure

This commit is contained in:
Piotr Halama 2022-10-20 13:19:43 +02:00
parent cb3285613f
commit 357600c08f

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
--replace "= gcc" "=${stdenv.cc.targetPrefix}cc" \ --replace "= gcc" "=${stdenv.cc.targetPrefix}cc" \
--replace "= g++" "=${stdenv.cc.targetPrefix}c++" \ --replace "= g++" "=${stdenv.cc.targetPrefix}c++" \
--replace "-DGNU_RUNTIME=1" "" \ --replace "-DGNU_RUNTIME=1" "" \
--replace "-fgnu-runtime" "-fobjc-nonfragile-abi" --replace "-fgnu-runtime" "-fobjc-runtime=gnustep-2.0"
done done
# we need to build inside this directory as well, so we have to make it writeable # we need to build inside this directory as well, so we have to make it writeable