mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
python, python-*: use default prefix for host install
Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
@@ -63,7 +63,7 @@ endef
|
||||
|
||||
define Host/Compile
|
||||
$(call Build/Compile/HostPyMod,,\
|
||||
install --root="$(STAGING_DIR)/host" --prefix="" \
|
||||
install --root="$(HOST_BUILD_PREFIX)" --prefix="" \
|
||||
--single-version-externally-managed \
|
||||
)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user