Skip to content

Commit

Permalink
fix: fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 5, 2024
1 parent b35389e commit a30b555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ prog_ruby = find_program(
required: use_chameleon,
)
threadpool_dep = dependency('bshoshany-thread-pool') # `BS::thread_pool` https://github.com/bshoshany/thread-pool
onetbb_dep = dependency('onetbb')#, fallback: ['onetbb', 'onetbb_dep'])
onetbb_dep = dependency('onetbb', fallback: 'onetbb')

# list of dependencies
# FIXME: for users which use LD_LIBRARY_PATH, we should try to keep this list
Expand Down

0 comments on commit a30b555

Please sign in to comment.