sbcl_1_2_0: port over joelteon's change to 1.2.8
This commit is contained in:
parent
25cc033426
commit
68c6ca44e6
@ -50,6 +50,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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user