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: change link order for FSL 6.0.4
  • Loading branch information
mcraig-ibme authored Jul 23, 2020
2 parents cc4bffc + 1923f71 commit d1e5c70
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

XFILES = fabber_cest

Expand Down

0 comments on commit d1e5c70

Please sign in to comment.