4de55a4 Fix flatpak build

Authored and Committed by kalev 7 months ago
    Fix flatpak build
    
    Don't assume libclang is going to be in the same prefix as thunderbird -
    in flatpak builds, libclang is in /usr and thunderbird is in /app.
    
    As a fix, use 'llvm-config --libdir' to find out the actual libclang
    path during the build.
    
        
file modified
+5 -2