Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 851a503

Browse files
committed
Require Fortran compiler, but only for host system
1 parent a6bee1f commit 851a503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_global_arguments(
99
language : 'c'
1010
)
1111

12-
add_languages('fortran')
12+
add_languages('fortran', native : false, required : true)
1313

1414
is_windows = host_machine.system() == 'windows'
1515
if is_windows

0 commit comments

Comments
 (0)