We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8712428 commit 1bffff7Copy full SHA for 1bffff7
setup.py
@@ -122,7 +122,7 @@ def ignore_files_matching(files, *matches):
122
123
124
# Platform-specific FFT speedup flags:
125
-if platform.system() == "Windows":
+if platform.system() == "Windows" or "musllinux" in os.getenv("CIBW_BUILD", ""):
126
ALL_CPPFLAGS.append("-DUSE_BUILTIN_FFT")
127
ALL_CPPFLAGS.append("-DNO_THREADING")
128
elif platform.system() == "Darwin":
0 commit comments