Skip to content

Commit

Permalink
[midi] Force winuwp to be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 4, 2024
1 parent 784d713 commit 859ae17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libremidi
4 changes: 4 additions & 0 deletions cmake/deps/libremidi.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
block()
set(LIBREMIDI_EXAMPLES OFF CACHE "" INTERNAL)
set(LIBREMIDI_TESTS OFF CACHE "" INTERNAL)

# Still does not build with clang
set(LIBREMIDI_NO_WINUWP ON)
set(LIBREMIDI_NO_WINUWP ON CACHE "" INTERNAL)
if(EMSCRIPTEN)
set(LIBREMIDI_HEADER_ONLY ON CACHE "" INTERNAL)
else()
Expand Down

0 comments on commit 859ae17

Please sign in to comment.