Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Oct 6, 2023
1 parent 01d4f9d commit e94ac17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ create_zip() {
build_xinterpreter() {
cd $SCRIPT_DIR
if [ "$LSP" = "true" ] ; then
bear make -C python/xmos_ai_tools/xinterpreters/host install -j$NUM_PROCS
bear make -C python/xmos_ai_tools/xinterpreters install -j$NUM_PROCS
else
make -C python/xmos_ai_tools/xinterpreters/host install -j$NUM_PROCS
make -C python/xmos_ai_tools/xinterpreters install -j$NUM_PROCS
fi
}

Expand All @@ -148,7 +148,7 @@ xformer_integration_test() {
}

clean_xinterpreter() {
make -C python/xmos_ai_tools/xinterpreters/host clean
make -C python/xmos_ai_tools/xinterpreters clean
}

clean_runtime() {
Expand Down

0 comments on commit e94ac17

Please sign in to comment.