From 3ce1cc0245ace763c31001394c9f9762f645b468 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 9 Apr 2021 13:31:49 +0000 Subject: build system: posix make support: refactored build-flavor dependency schemes. --- sofort/core/_flavor/flavor_static_library_disabled.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sofort/core/_flavor/flavor_static_library_disabled.mk (limited to 'sofort/core/_flavor/flavor_static_library_disabled.mk') diff --git a/sofort/core/_flavor/flavor_static_library_disabled.mk b/sofort/core/_flavor/flavor_static_library_disabled.mk new file mode 100644 index 0000000..e46d186 --- /dev/null +++ b/sofort/core/_flavor/flavor_static_library_disabled.mk @@ -0,0 +1,5 @@ +# flavor_static_library_disabled.mk: handling of static library dependencies. +# this file is covered by COPYING.SOFORT. + +package-static: +package-install-static: -- cgit v1.2.3