Skip to content

Commit

Permalink
[python] Fix python formatting, NFC
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Dec 7, 2024
1 parent 48b4ac9 commit cd02a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Bindings/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ def run(self):
cmake_args = [
"-DCMAKE_BUILD_TYPE=Release", # not used on MSVC, but no harm
"-DCMAKE_INSTALL_PREFIX={}".format(os.path.abspath(cmake_install_dir)),
# Use the minimum macOS deployment target that supports all c++17
# features.
#
# See: Notes column of https://developer.apple.com/xcode/cpp/#c++17
# Use the minimum macOS deployment target that supports all c++17
# features.
#
# See: Notes column of https://developer.apple.com/xcode/cpp/#c++17
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15",
"-DPython3_EXECUTABLE={}".format(sys.executable.replace("\\", "/")),
"-DLLVM_ENABLE_PROJECTS=mlir",
Expand Down

0 comments on commit cd02a73

Please sign in to comment.