Skip to content

Commit

Permalink
Properly check for musllinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Jul 15, 2023
1 parent 9fd39d2 commit 11d7121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
)
ALL_INCLUDES.extend(["JUCE/modules/", "JUCE/modules/juce_audio_processors/format_types/VST3_SDK/"])

if os.getenv("CIBW_BUILD").contains("musllinux"):
if "musllinux" in os.getenv("CIBW_BUILD", ""):
# For Alpine/musllinux compatibility:
ALL_CPPFLAGS.extend(
[
Expand Down

0 comments on commit 11d7121

Please sign in to comment.