Skip to content

Commit 9928036

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Specify OSX deployment target for python package. (#3193)
Summary: . Differential Revision: D56403324
1 parent c350e58 commit 9928036

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
@@ -364,6 +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",
367368
]
368369

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

0 commit comments

Comments
 (0)