Skip to content

Commit

Permalink
Stop telling setuptools our headers are in src/ (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
godlygeek authored Aug 18, 2023
1 parent a8179f6 commit 3779cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"src/pystack/_pystack/unwinder.cpp",
"src/pystack/_pystack/version.cpp",
],
include_dirs=["src"],
language="c++",
extra_compile_args=["-std=c++17"],
extra_link_args=["-std=c++17"],
Expand Down

0 comments on commit 3779cd8

Please sign in to comment.