Skip to content

Commit

Permalink
Removed disable_libuuid.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan-veed committed May 11, 2024
1 parent 7530f68 commit 5ff6371
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 3rdparty/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ if meta.platform in ['linux'] and 'pulseaudio' in external_dependencies:
if meta.platform in ['darwin']:
external_dependencies.discard('libunwind')

if meta.platform in ['linux'] and not GetOption('disable_libuuid'):
external_dependencies.add('libuuid')

# tools dependencies
if not GetOption('disable_tools'):
external_dependencies.add('gengetopt')
Expand Down

0 comments on commit 5ff6371

Please sign in to comment.