Update setup.py
This commit is contained in:
@@ -9,9 +9,7 @@ setup(
|
|||||||
['example.cpp'],
|
['example.cpp'],
|
||||||
include_dirs=[pybind11.get_include()],
|
include_dirs=[pybind11.get_include()],
|
||||||
language='c++',
|
language='c++',
|
||||||
extra_link_args=[
|
extra_link_args=['-static-libstdc++'],
|
||||||
'-static-libstdc++',
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
Reference in New Issue
Block a user