Skip to content

Commit 177bd53

Browse files
committed
Updated lib name in build.sh to libjsonfortran
Fixes #3 in https://github.com/jacobwilliams/json-fortran
1 parent fba0706 commit 177bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LIBEXT='.a'
4040
MODEXT='.mod'
4141
WC='*'
4242

43-
LIBOUT='libjson'
43+
LIBOUT='libjsonfortran'
4444
EXEOUT='json'
4545

4646
MODCODE='json_module'

0 commit comments

Comments
 (0)