Skip to content

AST-1516 Fix dependency detection

Maik Nijhuis requested to merge ast-1516-fix-dependency-detection into main
  • Instead of checking for "lib", "lib64" or ".libs", check if the output of "ldd" contains a line for the requested dependency.
  • Check dependencies of everybeam.__file__ directly.
Edited by Maik Nijhuis

Merge request reports