Skip to content

Commit 54ea1e8

Browse files
committed
Copy libjava-interop from the right location for tests
1 parent 3cdaf89 commit 54ea1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ run-ptests: $(PTESTS) bin/Test$(CONFIGURATION)/$(TFNETFRAMEWORK)/$(JAVA_INTEROP_
154154
$(foreach t,$(PTESTS), $(call RUN_TEST,$(t))) \
155155
exit $$r;
156156

157-
bin/Test$(CONFIGURATION)/$(TFNETFRAMEWORK)/$(JAVA_INTEROP_LIB): bin/$(CONFIGURATION)/$(JAVA_INTEROP_LIB)
157+
bin/Test$(CONFIGURATION)/$(TFNETFRAMEWORK)/$(JAVA_INTEROP_LIB): bin/$(CONFIGURATION)/$(TFNETFRAMEWORK)/$(JAVA_INTEROP_LIB)
158158
cp $< $@
159159

160160
JRE_DLL_CONFIG=bin/$(CONFIGURATION)/$(TFNETSTANDARD)/Java.Runtime.Environment.dll.config

0 commit comments

Comments
 (0)