Skip to content

Commit

Permalink
Hold clang's hand
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Aug 27, 2024
1 parent 5d4b481 commit f8dfc83
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

- Rename .c files to .cc so clang will work

## 1.0.1

- Force C++17
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
_DIR = Path(__file__).parent
_SPEEX_DIR = _DIR / "speex"

__version__ = "1.0.1"
__version__ = "1.0.2"

flags = ["-DFLOATING_POINT", "-DUSE_KISS_FFT"]
sources = list(_SPEEX_DIR.glob("*.c"))
sources = list(_SPEEX_DIR.glob("*.cc"))


ext_modules = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f8dfc83

Please sign in to comment.