Fix npkpy install (needs bash) (#1259)

This commit is contained in:
Tim Wilkinson 2024-08-06 08:25:54 -07:00 committed by GitHub
parent 484dc5ba3a
commit ed621c19c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ index 00000000000000..78fe83aaec2d77
+
+define Host/Compile
+ python -m venv $(STAGING_DIR_HOST)/share/npkpy-venv
+ sh -c 'source $(STAGING_DIR_HOST)/share/npkpy-venv/bin/activate; pip install --editable $(HOST_BUILD_DIR)'
+ bash -c 'source $(STAGING_DIR_HOST)/share/npkpy-venv/bin/activate; pip install --editable $(HOST_BUILD_DIR)'
+endef
+
+define Host/Install