Skip to content

Commit 7d05aba

Browse files
committed
fix linkage issues
1 parent b499362 commit 7d05aba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Formula/s/sdl3_mixer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def install
2828
-DBUILD_SHARED_LIBS=ON
2929
-DSDLMIXER_DEPS_SHARED=ON
3030
-DSDLMIXER_VENDORED=OFF
31+
-DSDLMIXER_EXAMPLES=OFF
32+
-DSDLMIXER_TESTS=OFF
3133
]
3234
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
3335
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)