Skip to content

Commit b33e290

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 2b5ff21 commit b33e290

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydatastructs/graphs/_extensions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515

1616
include_dir = os.path.abspath(os.path.join(project, 'utils', '_backend', 'cpp'))
1717

18-
19-
extensions = [Extension(graph, sources=graph_sources,include_dirs=[include_dir], language="c++", extra_compile_args=["-std=c++17", "-stdlib=libc++"])]
20-
18+
extensions = [Extension(graph, sources=graph_sources,include_dirs=[include_dir], language="c++", extra_compile_args=["-std=c++17"])]

0 commit comments

Comments
 (0)