Skip to content

Commit

Permalink
miniaudio: 0.11.21-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Feb 2, 2025
1 parent 910a281 commit 085fe8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2461,6 +2461,7 @@
"miniaudio"
],
"versions": [
"0.11.21-2",
"0.11.21-1"
]
},
Expand Down
4 changes: 2 additions & 2 deletions subprojects/packagefiles/miniaudio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ if not get_option('dr_mp3')
ma_c_args += '-DMA_NO_MP3'
endif

examples = get_option('examples').enable_auto_if(meson.is_subproject())
examples = get_option('examples').disable_auto_if(meson.is_subproject())
tools = get_option('tools').disable_auto_if(meson.is_subproject())
tests = get_option('tests').enable_auto_if(meson.is_subproject())
tests = get_option('tests').disable_auto_if(meson.is_subproject())

ma_inc = include_directories('.')

Expand Down

0 comments on commit 085fe8a

Please # to comment.