Skip to content

Commit

Permalink
Require Fortran compiler, but only for host system
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Nov 13, 2023
1 parent a6bee1f commit 00b4489
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 @@ -9,7 +9,7 @@ add_global_arguments(
language : 'c'
)

add_languages('fortran')
add_languages('fortran', native : false, required : true)

is_windows = host_machine.system() == 'windows'
if is_windows
Expand Down

0 comments on commit 00b4489

Please sign in to comment.