Merge pull request #6321 from joelteon/sbcl

Linker flags for sbcl on Darwin
This commit is contained in:
John Wiegley 2015-02-12 15:54:05 -05:00
commit 1dea4e5297
1 changed files with 3 additions and 0 deletions

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 = ''