Skip to content

Commit 2922c15

Browse files
authored
Merge pull request #1302 from martin-frbg/nofortran-fix
Remove default FEXTRALIBS in NOFORTRAN case
2 parents 46c9357 + 3a245a3 commit 2922c15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exports/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ endif
5151
endif
5252
endif
5353

54+
ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
55+
FEXTRALIB =
56+
endif
57+
5458
all::
5559

5660
libs::

0 commit comments

Comments
 (0)