Commit e024f3d6 authored by jan.koester's avatar jan.koester
Browse files

test

parent bca22545
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
	dh $@ --buildsystem=cmake

TOOLCHAIN_FILE = /usr/local/musl/share/musl-llvm-toolchain.cmake
IS_NONSPAWN = $(filter nonspawn,$(DEB_BUILD_PROFILES))
HAS_TOOLCHAIN = $(wildcard $(TOOLCHAIN_FILE))
IS_NONSPAWN = $(or $(filter nonspawn,$(DEB_BUILD_PROFILES)),$(if $(HAS_TOOLCHAIN),,nonspawn))

override_dh_auto_configure:
ifeq ($(IS_NONSPAWN),)