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 a2a74f7 commit d4c12ee
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 @@ -860,9 +860,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 d4c12ee

Please sign in to comment.