diff --git a/closed/make/modules/openjceplus/Copy.gmk b/closed/make/modules/openjceplus/Copy.gmk index f9561b2ad8a..db6361a87a9 100644 --- a/closed/make/modules/openjceplus/Copy.gmk +++ b/closed/make/modules/openjceplus/Copy.gmk @@ -24,7 +24,7 @@ ifeq (true,$(BUILD_JGSKIT)) # Copy OpenJCEPlus native libraries $(eval $(call SetupCopyFiles, COPY_JGSKIT_LIBS, \ SRC := $(OPENJCEPLUS_TOPDIR), \ - FILES := $(filter %.so %.dll,$(call FindFiles, $(OPENJCEPLUS_TOPDIR))), \ + FILES := $(filter %.so %.x,$(call FindFiles, $(OPENJCEPLUS_TOPDIR))), \ FLATTEN := true, \ DEST := $(LIB_DST_DIR), \ ))