Skip to content
Snippets Groups Projects

Don't assume dlsym exists on linux

Merged Martin Storsjö requested to merge mstorsjo/dav1d:check-dlsym into master
  1. Dec 18, 2019
    • Martin Storsjö's avatar
      Don't assume dlsym exists on linux · 14d586ac
      Martin Storsjö authored
      After checking if -ldl exists, use it for checking for the dlsym
      function.
      
      This fixes building in environments where the dlsym function is
      unavailable. (My testcase is NDK builds with -static, where dlsym
      isn't available for static linking, only if linking dynamically.)
      14d586ac
Loading