Skip to content

Commit

Permalink
updare
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Sep 9, 2024
1 parent 5f2a2e2 commit d243eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/make/modules/openjceplus/Lib.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ compile-libs :
&& $(MAKE) -j1 -C $(OPENJCEPLUS_JGSKIT_MAKE_PATH) -f $(OPENJCEPLUS_JGSKIT_MAKE) all
@$(ECHO) Checking OpenJCEPlus native library existence
ifeq (,$(filter %.dll %.so %.x, $(call FindFiles, $(OPENJCEPLUS_TOPDIR)/target)))
$(error Complied OpenJCEPlus native libraries not found)
$(error Complied OpenJCEPlus native library not found)
endif
@$(ECHO) OpenJCEplus compile complete

Expand Down

0 comments on commit d243eb2

Please sign in to comment.