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 2b5ff21 commit b33e290Copy full SHA for b33e290
pydatastructs/graphs/_extensions.py
@@ -15,6 +15,4 @@
15
16
include_dir = os.path.abspath(os.path.join(project, 'utils', '_backend', 'cpp'))
17
18
-
19
-extensions = [Extension(graph, sources=graph_sources,include_dirs=[include_dir], language="c++", extra_compile_args=["-std=c++17", "-stdlib=libc++"])]
20
+extensions = [Extension(graph, sources=graph_sources,include_dirs=[include_dir], language="c++", extra_compile_args=["-std=c++17"])]
0 commit comments