Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 14, 2024
1 parent 3889897 commit d2f3ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ if get_option('with-bdb') != ''
bdb_includes += include_directories(with_bdb / 'include' / subdir)
endif
endforeach
endif
else
foreach dir : bdb_dirs
foreach subdir : bdb_subdirs
if fs.exists(dir / 'include' / subdir / 'db.h')
Expand All @@ -393,6 +393,7 @@ endif
break
endif
endforeach
endif

if enable_rpath
bdb_link_args += '-R' + bdb_libdir
Expand Down

0 comments on commit d2f3ffc

Please sign in to comment.