Add -lgfortran flag to gcc call in a makefile
authorDavid Anthoff <anthoff@berkeley.edu>
Sat, 14 Jun 2014 04:10:27 +0000 (21:10 -0700)
committerDavid Anthoff <anthoff@berkeley.edu>
Sat, 14 Jun 2014 04:10:27 +0000 (21:10 -0700)
commitc6361d63c27d0daaf863de4c21a086366852ff3a
tree2e055f82ff75d181661c4f4335219a67a31f685e
parent7b277f01107c4158e4b7c85156f2b6fab4f4dd5e
Add -lgfortran flag to gcc call in a makefile

Adding $(EXTRALIB) adds this flag when things are built with
msys2 on windows. Without this the build fails.
exports/Makefile