Build on PPC64el with MCS, Roslyn is pretty ropey on here right now

Former-commit-id: 1704fb885b4d30593b4f7aa480f5b5300a080486
This commit is contained in:
Jo Shields 2017-04-10 19:20:20 +01:00
parent 2a9b267cbd
commit bb110ef96b

3
debian/rules vendored
View File

@ -63,6 +63,9 @@ ifeq ($(DEB_HOST_ARCH), amd64)
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), ppc64el)
CONF_FLAGS += --with-csc=mcs
endif
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk