Skip to content

Commit abc6d2d

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Specify OSX deployment target for python package. (#3194)
Summary: overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D56405473
1 parent 7c74010 commit abc6d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def run(self):
364364
# useful error information to users.
365365
"-DEXECUTORCH_ENABLE_LOGGING=ON",
366366
"-DEXECUTORCH_LOG_LEVEL=Info",
367-
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13",
367+
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15",
368368
]
369369

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

0 commit comments

Comments
 (0)