Skip to content

Commit

Permalink
Remove erroneous c++ std annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Singer committed Aug 15, 2024
1 parent ae29e16 commit 552f0ad
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 @@ -138,7 +138,7 @@ def get_old_xfcapi_extension_modules():
'hexrd.extensions._transforms_CAPI',
sources=srclist,
include_dirs=[np_include_dir],
extra_compile_args=compiler_flags+['-std=c++14'],
extra_compile_args=compiler_flags,
)

return [transforms_mod]
Expand Down

0 comments on commit 552f0ad

Please sign in to comment.