Skip to content

Commit 6e01d91

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent b33e290 commit 6e01d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydatastructs/utils/_extensions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
'graph_utils.cpp'])]
1717

1818
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++"])
19+
Extension(nodes, sources=nodes_sources, language="c++", extra_compile_args=["-std=c++17"]),
20+
Extension(graph_utils, sources = graph_utils_sources, language="c++", extra_compile_args=["-std=c++17"])
2121
]

0 commit comments

Comments
 (0)