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:
@@ -45,7 +45,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Host/Compile
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR)/host")
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(HOST_BUILD_PREFIX)")
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
||||
Reference in New Issue
Block a user