Skip to content

Commit

Permalink
remove bad workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Nov 22, 2024
1 parent fad5a30 commit a8dc8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ target_link_libraries(clap-plugins-core PUBLIC clap-helpers)

set(clap_plugins_src clap-entry.cc)

if (true OR CMAKE_SYSTEM_PROCESSOR MATCHES wasm)
if (CMAKE_SYSTEM_PROCESSOR MATCHES wasm)
add_executable(clap-plugins ${clap_plugins_src})
else()
add_library(clap-plugins MODULE ${clap_plugins_src})
Expand Down

0 comments on commit a8dc8aa

Please sign in to comment.