Skip to content
Snippets Groups Projects
Commit 9f360f37 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Try to force C++ compilation to make -std= flag OK

parent 9a60b756
No related branches found
No related tags found
1 merge request!4Use pybind11 setup widgetry from aksetup
......@@ -106,6 +106,7 @@ def main():
define_macros=triangle_macros + tetgen_macros,
extra_compile_args=conf["CXXFLAGS"],
extra_link_args=conf["LDFLAGS"],
language="c++",
),
],
cmdclass={'build_ext': PybindBuildExtCommand},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment