octaveFull: fix linker error on Darwin
See https://trac.macports.org/ticket/61865.
This commit is contained in:
parent
2129356a64
commit
09b931bd40
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ let
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Fix linker error on Darwin (see https://trac.macports.org/ticket/61865)
|
||||
NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-lobjc";
|
||||
|
||||
# See https://savannah.gnu.org/bugs/?50339
|
||||
F77_INTEGER_8_FLAG = if use64BitIdx then "-fdefault-integer-8" else "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue