isoletsy 5706b61cf4 build with clang on mips64el
Change-Id: I92893af20196a13b61f57acecac7475a882f4ce8
2018-04-10 13:42:24 +08:00

22 lines
410 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
export QT_SELECT=5
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq ($(DEB_BUILD_ARCH), mips64el)
export CC = /usr/bin/clang
export CXX = /usr/bin/clang++
endif
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- \
-DDOCK_TRAY_USE_NATIVE_POPUP=YES