Skip to content

Commit 84b6ffd

Browse files
atticus5carlocab
andauthored
Update Formula/s/sdl3_mixer.rb
Co-authored-by: Carlo Cabrera <github@carlo.cab>
1 parent 1f8d6b0 commit 84b6ffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/s/sdl3_mixer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class Sdl3Mixer < Formula
2525
depends_on "wavpack"
2626

2727
def install
28-
system "cmake", "-S", ".",
29-
"-B", "build",
28+
system "cmake", "-S", ".", "-B", "build",
29+
"-DBUILD_SHARED_LIBS=ON",
3030
"-DSDLMIXER_DEPS_SHARED=OFF",
3131
"-DSDLMIXER_VENDORED=OFF",
3232
*std_cmake_args

0 commit comments

Comments
 (0)