JNI for test coverage #3965

strange work-around
This commit is contained in:
rusefillc 2022-03-01 00:30:36 -05:00
parent 02cfd6e6a2
commit 2dc7394ac7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ else
endif
$(SHARED_OUTPUT): $(OBJS)
@echo Linking shared library $@ output $SHARED_OUTPUT_OPT
@echo Linking shared library $@ output $(SHARED_OUTPUT_OPT)
@$(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $SHARED_OUTPUT_OPT -shared
clean: CLEAN_RULE_HOOK