From fc7b20a956c80de284c812f92c6732041e5e36c8 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 14 Apr 2025 07:04:33 +0200 Subject: [PATCH] removed uselss definition in android-make, manifest strip in lv2 --- templates/android-make/Makefile | 1 - templates/lv2-make/Makefile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/android-make/Makefile b/templates/android-make/Makefile index 6cd0223..9b5118e 100644 --- a/templates/android-make/Makefile +++ b/templates/android-make/Makefile @@ -51,7 +51,6 @@ KOTLINX_COROUTINES_CORE_FILE := $(KOTLIN_DIR)/kotlinx-coroutines-core-$(KOTLINX_ KOTLINX_COROUTINES_CORE_JVM_FILE := $(KOTLIN_DIR)/kotlinx-coroutines-core-jvm-$(KOTLINX_COROUTINES_CORE_JVM_VERSION).jar ifeq ($(OS), Windows_NT) - VST3_PLATFORM := x86_64-win NDK_BIN_DIR ?= $(NDK_DIR)/toolchains/llvm/prebuilt/windows-x86_64/bin/ else UNAME_S := $(shell uname -s) diff --git a/templates/lv2-make/Makefile b/templates/lv2-make/Makefile index 5ec21a4..56a2fb2 100644 --- a/templates/lv2-make/Makefile +++ b/templates/lv2-make/Makefile @@ -123,6 +123,8 @@ strip: $(STRIP_PREREQS) #rdfproc lv2_store parse build/$(BUNDLE_DIR)/manifest.ttl turtle || (rm lv2_store* && exit 1) #rdfproc lv2_store serialize ntriples > build/$(BUNDLE_DIR)/manifest.ttl || (rm lv2_store* && exit 1) #rm lv2_store* + #f=`cat build/$(BUNDLE_DIR)/manifest.ttl` && echo "$f" | sed '/^[[:space:]]**$/d' > build/$(BUNDLE_DIR)/manifest.ttl + f=`sed '/^[[:space:]]*$$/d' build/$(BUNDLE_DIR)/manifest.ttl` && echo "$$f" > build/$(BUNDLE_DIR)/manifest.ttl install: all @for d in `find build/$(BUNDLE_DIR) -type d`; do \