From 021590af05e33885ec015e82ed565368a2e8a341 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 4 Aug 2012 18:50:43 -0600 Subject: [PATCH] fix JNI test for openjdk-src build --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d8cd4f9df8..52266b30f2 100755 --- a/makefile +++ b/makefile @@ -872,7 +872,7 @@ endif class-name = $(patsubst $(1)/%.class,%,$(2)) class-names = $(foreach x,$(2),$(call class-name,$(1),$(x))) -test-flags = -cp $(build)/test +test-flags = -Djava.library.path=$(build) -cp $(build)/test test-args = $(test-flags) $(input)