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