Skip to content

Commit

Permalink
remove the pthread per the fix #17200 from Ralf Gommers
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGZhang committed Oct 12, 2022
1 parent 2bd66eb commit 39e5559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Expand Up @@ -51,8 +51,7 @@ if m_dep.found()
add_project_link_arguments('-lm', language : 'c')
endif
if host_machine.system() == 'os400'
add_global_arguments('-pthread', language : 'cpp')
add_global_arguments('-D__STDC_FORMAT_MACROS', language : 'cpp')
add_project_arguments('-D__STDC_FORMAT_MACROS', language : 'cpp')
add_project_link_arguments('-Wl,-bnotextro', language : 'c')
add_project_link_arguments('-Wl,-bnotextro', language : 'cpp')
add_project_link_arguments('-Wl,-bnotextro', language : 'fortran')
Expand Down

0 comments on commit 39e5559

Please sign in to comment.