JNI for test coverage #3965

strange work-around
This commit is contained in:
rusefillc 2022-03-01 00:30:36 -05:00
parent be368ad2d2
commit e688dd10d1
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