Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 19, 2024
1 parent 43dcc88 commit 99e8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fortran_source = custom_target('_fortranmodule.c',
)

py.extension_module('_fortran',
['fortran/functions.f90', fortran_source],
['fortran/functions.F90', fortran_source],
incdir_f2py / 'fortranobject.c',
subdir: 'gospl',
include_directories: inc_np,
Expand Down

0 comments on commit 99e8eb8

Please sign in to comment.