We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33e290 commit 6e01d91Copy full SHA for 6e01d91
pydatastructs/utils/_extensions.py
@@ -16,6 +16,6 @@
16
'graph_utils.cpp'])]
17
18
extensions = [
19
- Extension(nodes, sources=nodes_sources, language="c++", extra_compile_args=["-std=c++17", "-stdlib=libc++"]),
20
- Extension(graph_utils, sources = graph_utils_sources, language="c++", extra_compile_args=["-std=c++17", "-stdlib=libc++"])
+ Extension(nodes, sources=nodes_sources, language="c++", extra_compile_args=["-std=c++17"]),
+ Extension(graph_utils, sources = graph_utils_sources, language="c++", extra_compile_args=["-std=c++17"])
21
]
0 commit comments