Skip to content

Commit

Permalink
Fix broken shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
dime10 committed Jan 7, 2025
1 parent b731509 commit 534f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ llvm:
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DLLVM_BUILD_EXAMPLES=OFF \
-DLLVM_TARGETS_TO_BUILD="host" \
-DLLVM_ENABLE_PROJECTS=$(LLVM_PROJECTS) \
-DLLVM_ENABLE_PROJECTS="$(LLVM_PROJECTS)" \
-DLLVM_ENABLE_ASSERTIONS=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DPython3_EXECUTABLE=$(PYTHON) \
Expand Down

0 comments on commit 534f4b6

Please sign in to comment.