Browse Source

Remove default FEXTRALIBS in NOFORTRAN case

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
3a245a376f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      exports/Makefile

+ 4
- 0
exports/Makefile View File

@@ -51,6 +51,10 @@ endif
endif
endif

ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
FEXTRALIB =
endif

all::

libs::


Loading…
Cancel
Save