Skip to content

Commit 7cba3d5

Browse files
committed
Oops, give correct path for gfortran branch
1 parent d48a620 commit 7cba3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_gfortran.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ if [ "$INTERFACE64" == "1" ]; then
1919
gfortran -I $OBP/include -fdefault-integer-8 -o test.exe ${repo_path}/test64_.f90 $static_libname
2020
gfortran -I $OBP/include -fdefault-integer-8 -o test_dyn.exe ${repo_path}/test64_.f90 $dynamic_libname
2121
else
22-
gfortran -I $OBP/include -o test.exe ${start_path}/test.f90 $static_libname
23-
gfortran -I $OBP/include -o test_dyn.exe ${start_path}/test.f90 $dynamic_libname
22+
gfortran -I $OBP/include -o test.exe ${repo_path}/test.f90 $static_libname
23+
gfortran -I $OBP/include -o test_dyn.exe ${repo_path}/test.f90 $dynamic_libname
2424
fi

0 commit comments

Comments
 (0)