Codebase list audacious / 6ec2515
Fix cross builds Andrej Shadura 2 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
2 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
3 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
2 include /usr/share/dpkg/architecture.mk
43
5 ifeq ($(DEB_BUILD_ARCH),i386)
4 ifeq ($(DEB_HOST_ARCH),i386)
65 additional_confflags := --disable-sse2
76 endif
87