Skip to content

Commit 915164e

Browse files
Specify OSX deployment target for python package. (#3194) (#3279)
Summary: Pull Request resolved: #3194 overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D56405473 fbshipit-source-id: 785709e8acc1b07e57825b278c3e0a355641e13a (cherry picked from commit a7a9ab3) Co-authored-by: Anthony Shoumikhin <[email protected]>
1 parent 75484d9 commit 915164e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def run(self):
429429
# useful error information to users.
430430
"-DEXECUTORCH_ENABLE_LOGGING=ON",
431431
"-DEXECUTORCH_LOG_LEVEL=Info",
432+
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15",
432433
]
433434

434435
build_args = [f"-j{self.parallel}"]

0 commit comments

Comments
 (0)