mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
feat: 修复mips64el编译失败问题
去除clang相关内容 Log: Change-Id: I2cf3a1b2417816b7072d707cb4eca3db302ec82a
This commit is contained in:
parent
0785dff36f
commit
edb37ba6be
1
debian/control
vendored
1
debian/control
vendored
@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 8.0.0),
|
|||||||
cmake,
|
cmake,
|
||||||
libdde-network-utils-dev,
|
libdde-network-utils-dev,
|
||||||
libdbusmenu-qt5-dev,
|
libdbusmenu-qt5-dev,
|
||||||
clang [mips64el],
|
|
||||||
libdtkgui-dev
|
libdtkgui-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Homepage: http://www.deepin.org/
|
Homepage: http://www.deepin.org/
|
||||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -2,13 +2,6 @@
|
|||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
export QT_SELECT=5
|
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.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user