Skip to content

Commit

Permalink
Specify OSX deployment target for python package. (#3194)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shoumikhin authored and facebook-github-bot committed Apr 22, 2024
1 parent 7c74010 commit a7a9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def run(self):
# useful error information to users.
"-DEXECUTORCH_ENABLE_LOGGING=ON",
"-DEXECUTORCH_LOG_LEVEL=Info",
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13",
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15",
]

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

0 comments on commit a7a9ab3

Please sign in to comment.