Skip to content

Commit

Permalink
Change ICC destination folder from lib/icc to lib on Aix
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 7, 2023
1 parent 7a0938a commit 055f651
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion closed/make/modules/openjceplus/Copy.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ ifeq (true,$(BUILD_JGSKIT))

# Bundle GSKIT library
ICC_DIR := $(GSKIT_HOME)/lib64
ICC_DEST_DIR := $(LIB_DST_DIR)/icc

ifeq ($(OPENJDK_TARGET_OS), aix)
ICC_DEST_DIR := $(LIB_DST_DIR)
endif # OPENJDK_TARGET_OS

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

Expand Down

0 comments on commit 055f651

Please sign in to comment.