From b60ecf2fe5ddfe506e02093286b3931873187e91 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Fri, 4 Feb 2022 01:18:12 +0100 Subject: More Makefile cleanup, support building in folder with spaces --- wrappers/java/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wrappers/java/README.md') diff --git a/wrappers/java/README.md b/wrappers/java/README.md index b72d90e..e19075b 100644 --- a/wrappers/java/README.md +++ b/wrappers/java/README.md @@ -24,6 +24,9 @@ make pack The JAR will include all versions of the library that are built in the `exports` folder. +If you do not build this as part of the full repository, specify `EXPORTS_PATH="path/to/exports-folder"` +when calling make. This folder must contain `common.mk` and the `lib/` folder with built libraries. + Test: ```shell -- cgit v1.2.3