We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf5cf commit 4a1bd9aCopy full SHA for 4a1bd9a
descript/build-ffmpeg-descript.py
@@ -30,7 +30,7 @@
30
workspace_dir = os.path.join(base_dir, 'workspace')
31
workspace_bin_dir = os.path.join(workspace_dir, 'bin')
32
workspace_lib_dir = os.path.join(workspace_dir, 'lib')
33
-deployment_target = '11.0' if platform.machine() == 'arm64' else '10.11'
+deployment_target = '11.0' if platform.machine() == 'arm64' else '10.13'
34
35
#
36
# Keep track of which libraries are copied, skipped, or missing
0 commit comments