linker flags for sbcl

This commit is contained in:
Joel Taylor 2015-02-12 12:14:35 -08:00
parent 9060376bcd
commit b43fc565f1

View File

@ -53,6 +53,9 @@ stdenv.mkDerivation rec {
# Use whatever `cc` the stdenv provides
substituteInPlace src/runtime/Config.x86-64-darwin --replace gcc cc
substituteInPlace src/runtime/Config.x86-64-darwin \
--replace mmacosx-version-min=10.4 mmacosx-version-min=10.5
'';
preBuild = ''