Skip to content

Commit

Permalink
Merge pull request #2 from hanayik/link-order-fix
Browse files Browse the repository at this point in the history
BF: update linking order for FSL 6.0.4
  • Loading branch information
mcraig-ibme authored Jul 23, 2020
2 parents 06b009c + 43c0bf5 commit ed54c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
NIFTILIB = -lNewNifti
endif

LIBS = -lutils -lnewimage -lmiscmaths -lprob ${MATLIB} ${NIFTILIB} -lznz -lz -ldl
LIBS = -lnewimage -lmiscmaths -lutils -lprob ${MATLIB} ${NIFTILIB} -lznz -lz -ldl
TESTLIBS = -lgtest -lpthread

#
Expand Down

0 comments on commit ed54c1e

Please sign in to comment.