Skip to content

Commit 0e4dce2

Browse files
author
Srikanth Kotagiri
committedJul 11, 2024
Fixing up build packagign
1 parent 7221bd6 commit 0e4dce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎descript/build-ffmpeg-linux.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def copyLibraryAndDependencies(src_file, dest_folder, log_file, parent_path = ''
254254
if src_dependency_file != dest_dependency_path:
255255
# Copy each version variant file (often symlinks)
256256
for variant_src_file in getVersionVariantsForFile(src_dependency_file):
257-
copyLibraryAndSymbolPackage(variant_src_file, dest_folder, False)
257+
copyLibraryAndSymbolPackage(variant_src_file, dest_folder, True)
258258
variant_dest_file = os.path.join(dest_folder, os.path.basename(variant_src_file))
259259
copied_libs.add(variant_src_file)
260260
copied_libs.add(variant_dest_file)

0 commit comments

Comments
 (0)