Skip to content

Commit

Permalink
make sndfile dep static
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed Jun 19, 2024
1 parent 75d8a15 commit 1b50d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WarpBuf/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inc = [chuck_inc, portable_endian_inc]
# dependencies
# subdir('thirdparty/rubberband')
rubberband = dependency('rubberband')
libsndfile = dependency('sndfile')
libsndfile = dependency('sndfile', static: true)

warpbuf_lib = library(
'warpbuf_lib',
Expand Down

0 comments on commit 1b50d28

Please sign in to comment.