Skip to content

Commit 4a1bd9a

Browse files
Updating python with mac build target
1 parent 58bf5cf commit 4a1bd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descript/build-ffmpeg-descript.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
workspace_dir = os.path.join(base_dir, 'workspace')
3131
workspace_bin_dir = os.path.join(workspace_dir, 'bin')
3232
workspace_lib_dir = os.path.join(workspace_dir, 'lib')
33-
deployment_target = '11.0' if platform.machine() == 'arm64' else '10.11'
33+
deployment_target = '11.0' if platform.machine() == 'arm64' else '10.13'
3434

3535
#
3636
# Keep track of which libraries are copied, skipped, or missing

0 commit comments

Comments
 (0)