Skip to content

Commit

Permalink
Fixing up build packagign
Browse files Browse the repository at this point in the history
  • Loading branch information
Srikanth Kotagiri committed Jul 11, 2024
1 parent 7221bd6 commit 0e4dce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descript/build-ffmpeg-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def copyLibraryAndDependencies(src_file, dest_folder, log_file, parent_path = ''
if src_dependency_file != dest_dependency_path:
# Copy each version variant file (often symlinks)
for variant_src_file in getVersionVariantsForFile(src_dependency_file):
copyLibraryAndSymbolPackage(variant_src_file, dest_folder, False)
copyLibraryAndSymbolPackage(variant_src_file, dest_folder, True)
variant_dest_file = os.path.join(dest_folder, os.path.basename(variant_src_file))
copied_libs.add(variant_src_file)
copied_libs.add(variant_dest_file)
Expand Down

0 comments on commit 0e4dce2

Please sign in to comment.