Skip to content

Fix Mac Packaging.

Jean-Baptiste Mardelle requested to merge mardelle-master-patch-00664 into master

Currently taglib returns "lib/libtag.1.dylib" as path in this code, but the file is installed in Contents/Frameworks folder not in Contents/Frameworks/lib. Stripping the "lib/" from path by using os.path.basename() fixes Kdenlive packaging for Mac

Merge request reports