Skip to content

Commit

Permalink
Made more general path to binary in gfortran-static
Browse files Browse the repository at this point in the history
  • Loading branch information
karlglazebrook committed Jan 2, 2025
1 parent abc56bc commit fa1cb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfortran-static
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
/usr/local/gfortran/bin/gfortran -static-libgfortran -static-libgcc $@
/usr/local/bin/gfortran -static-libgfortran -static-libgcc $@

0 comments on commit fa1cb9a

Please sign in to comment.