Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ufleisch authored and supermihi committed Mar 16, 2024
1 parent f175aff commit 49d442e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def extension_kwargs():
str(taglib_install_dir / "lib"),
str(taglib_install_dir / "lib64"),
],
extra_compile_args=["-std=c++17"],
extra_link_args=["-std=c++17"],
)


Expand Down

0 comments on commit 49d442e

Please sign in to comment.