Skip to content

Commit

Permalink
Fixed disable libvorbis
Browse files Browse the repository at this point in the history
  • Loading branch information
runei committed Aug 4, 2024
1 parent dbc9075 commit 26fb4b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,6 @@ else:
'target_pulseaudio',
])
if not GetOption('disable_libvorbis'):
env.Append(ROC_TARGETS=[
'target_libogg',
])
env.Append(ROC_TARGETS=[
'target_libvorbis',
])
Expand Down

0 comments on commit 26fb4b1

Please sign in to comment.