Skip to content

Commit

Permalink
Updating python with mac build target
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Dec 20, 2023
1 parent 58bf5cf commit 4a1bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descript/build-ffmpeg-descript.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
workspace_dir = os.path.join(base_dir, 'workspace')
workspace_bin_dir = os.path.join(workspace_dir, 'bin')
workspace_lib_dir = os.path.join(workspace_dir, 'lib')
deployment_target = '11.0' if platform.machine() == 'arm64' else '10.11'
deployment_target = '11.0' if platform.machine() == 'arm64' else '10.13'

#
# Keep track of which libraries are copied, skipped, or missing
Expand Down

0 comments on commit 4a1bd9a

Please sign in to comment.