Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 26, 2024
1 parent f7c1a8b commit d273063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if(LINUX)
list(APPEND JUCE_COMPILE_DEFINITIONS JUCE_ALSA=1 JUCE_JACK=1 JUCE_JACK_CLIENT_NAME="plugdata")
elseif(UNIX AND NOT APPLE) # BSD
list(APPEND JUCE_COMPILE_DEFINITIONS JUCE_JACK=1 JUCE_JACK_CLIENT_NAME="plugdata")
compile_definitions(BSD=1 ENABLE_OPUS=0)
add_compile_definitions(BSD=1 ENABLE_OPUS=0)
endif()

set(PLUGDATA_COMPILE_DEFINITIONS
Expand Down

0 comments on commit d273063

Please sign in to comment.