Skip to content

Commit

Permalink
revert -lquadmath in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Dec 4, 2023
1 parent 9f6cbd5 commit b06e52a
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 @@ -6,7 +6,7 @@ add_languages('fortran')

platform = host_machine.system()
if platform == 'windows'
add_project_link_arguments('-static,-lquadmath', language: ['fortran', 'c'])
add_project_link_arguments('-static', language: ['fortran', 'c'])
elif platform == 'darwin'
add_project_link_arguments('-Wl,-rpath, "@loader_path"', language: ['fortran', 'c'])
else
Expand Down

0 comments on commit b06e52a

Please sign in to comment.