Merge pull request #1302 from martin-frbg/nofortran-fix

Remove default FEXTRALIBS in NOFORTRAN case
This commit is contained in:
Martin Kroeker 2017-09-14 11:54:20 +02:00 committed by GitHub
commit 2922c15f36
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ endif
endif
endif
ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
FEXTRALIB =
endif
all::
libs::