Skip to content

Commit 7c74010

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Specify OSX deployment target for python package. (#3193)
Summary: Pull Request resolved: #3193 . Reviewed By: mikekgfb Differential Revision: D56403324 fbshipit-source-id: 07b29b0b12a8995bce4d45ea9308a5b3c566d7e6
1 parent c350e58 commit 7c74010

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)