Skip to content

Commit f3009ec

Browse files
authored
Fix compile-triton.sh (#4046)
The `build` directory now in the project root. Signed-off-by: Pavel Chekin <[email protected]>
1 parent d301f37 commit f3009ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export PACKAGES_DIR=$BASE/packages
6363
export LLVM_PROJ=$BASE/llvm
6464
export LLVM_PROJ_BUILD=$LLVM_PROJ/build
6565
export TRITON_PROJ=$BASE/$TRITON_PROJ_NAME
66-
export TRITON_PROJ_BUILD=$TRITON_PROJ/python/build
66+
export TRITON_PROJ_BUILD=$TRITON_PROJ/build
6767

6868
if [ "$CLEAN" = true ]; then
6969
echo "**** Cleaning $PACKAGES_DIR, $LLVM_PROJ, and $TRITON_PROJ_BUILD before build ****"

0 commit comments

Comments
 (0)