Skip to content

Commit fd49396

Browse files
committed
Use Right STD
1 parent b7a85cf commit fd49396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
include_dirs=[
1919
"libparse",
2020
],
21-
extra_compile_args=["-std=c++17", "-DFILTERLIB"],
21+
extra_compile_args=["-std=c++11", "-DFILTERLIB"],
2222
)
2323

2424
setup(
2525
name=module_name,
2626
packages=find_packages(),
27-
version="0.1.0",
27+
version="0.1.1",
2828
description="Python wrapper around Yosys' libparse module",
2929
long_description=open("Readme.md").read(),
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)