Skip to content

Commit

Permalink
[test]: Add c++0x compiler args to recognize threads library
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 6c83826 commit 871efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"minushalf/atomic_program/atm_cGuima3.pyf"
],
extra_link_args=extra_link_args,
extra_compile_args=['-std=c11'])
extra_compile_args=['-std=c++0x'])

setup(
name="minushalf",
Expand Down

0 comments on commit 871efc9

Please sign in to comment.