From 20a16c8d5f5c969b72aaca57eb3d7ede41be3bdf Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 18 Oct 2022 10:16:52 +0200 Subject: [PATCH] Do not build JNI by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 406f96a56..5d0ce97ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include sdk.mk .PHONY: clean all osgi jni -all: osgi jni +all: osgi $(MAKE) -f Makefile-rcp.mk all A2_CATEGORY = org.argeo.cms -- 2.30.2