Skip to content

Commit c73f405

Browse files
committed
Fix AIT install
1 parent 8e5e52a commit c73f405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ mcxx-install: mcxx-build
112112

113113
ait-install:
114114
export DEB_PYTHON_INSTALL_LAYOUT=deb_system; \
115-
rm -rf $(PREFIX_HOST)/ait \
116-
python3 -m pip install ./ait -t $(PREFIX_HOST)
115+
rm -rf $(PREFIX_HOST)/ait; \
116+
python3.7 -m pip install ./ait -t $(PREFIX_HOST)
117117

118118
.PHONY: environment_ompss_fpga.sh envscript-install
119119

0 commit comments

Comments
 (0)