JNI for test coverage #3965

strange work-around
This commit is contained in:
rusefillc 2022-03-01 00:37:08 -05:00
parent 56bb2e2c70
commit 9b99fc306c
1 changed files with 1 additions and 1 deletions

View File

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