mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-16 09:24:26 -04:00
exporting DEB_HOST_MULTIARCH variable
This commit is contained in:
Vendored
+1
-4
@@ -4,6 +4,7 @@
|
||||
#DH_VERBOSE = 1
|
||||
|
||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
export DEB_HOST_MULTIARCH
|
||||
|
||||
PREPROCESS_FILES := $(wildcard debian/*.in)
|
||||
|
||||
@@ -15,10 +16,6 @@ override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
rm -rf $(PREPROCESS_FILES:.in=)
|
||||
|
||||
.PHONY: override_dh_shlibdeps
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps -l$(shell pwd)/src
|
||||
|
||||
.PHONY: override_dh_auto_install
|
||||
override_dh_auto_install: $(PREPROCESS_FILES:.in=)
|
||||
dh_auto_install -- PREFIX=/usr
|
||||
|
||||
Reference in New Issue
Block a user