Skip to content

Commit

Permalink
Remove icc directory from the lib/icc
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 8, 2023
1 parent 67e7592 commit 1e0ff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/make/modules/openjceplus/Copy.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ifeq (true,$(BUILD_JGSKIT))

$(eval $(call SetupCopyFiles, COPY_ICC, \
SRC := $(ICC_DIR), \
DEST := $(LIB_DST_DIR)/icc, \
DEST := $(LIB_DST_DIR), \
FILES := $(call FindFiles, $(ICC_DIR)), \
))

Expand Down

0 comments on commit 1e0ff01

Please sign in to comment.