Skip to content

Commit

Permalink
Specify OSX deployment target for python package. (#3193)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3193

.

Reviewed By: mikekgfb

Differential Revision: D56403324

fbshipit-source-id: 07b29b0b12a8995bce4d45ea9308a5b3c566d7e6
  • Loading branch information
shoumikhin authored and facebook-github-bot committed Apr 21, 2024
1 parent c350e58 commit 7c74010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def run(self):
# useful error information to users.
"-DEXECUTORCH_ENABLE_LOGGING=ON",
"-DEXECUTORCH_LOG_LEVEL=Info",
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13",
]

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

0 comments on commit 7c74010

Please sign in to comment.