We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5e52a commit c73f405Copy full SHA for c73f405
Makefile
@@ -112,8 +112,8 @@ mcxx-install: mcxx-build
112
113
ait-install:
114
export DEB_PYTHON_INSTALL_LAYOUT=deb_system; \
115
- rm -rf $(PREFIX_HOST)/ait \
116
- python3 -m pip install ./ait -t $(PREFIX_HOST)
+ rm -rf $(PREFIX_HOST)/ait; \
+ python3.7 -m pip install ./ait -t $(PREFIX_HOST)
117
118
.PHONY: environment_ompss_fpga.sh envscript-install
119
0 commit comments