Skip to content

Commit

Permalink
Makefile.in: Distribute ICU dlls (64 bit).
Browse files Browse the repository at this point in the history
CW-Bug-Id: #24402
  • Loading branch information
Paul Gofman authored and ivyl committed Nov 18, 2024
1 parent 5de5d4e commit 83c6c2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,24 @@ $(DIST_XALIA): $(SRC)/contrib/$(XALIA_ZIP)
all-dist: $(DIST_XALIA)


##
## ICU
##

ICU_VER := 6.8.2
DIST_ICU_DIR := $(DST_DIR)/lib64/icu
DIST_ICU := $(OBJ)/.icu-dist
ICU_TARBALL := icu-$(ICU_VER)-x86_64.tar.xz

$(DIST_ICU): $(SRC)/icu/$(ICU_TARBALL)
mkdir -p $(DIST_ICU_DIR)
rm -rf $(DIST_ICU_DIR)/*.dll
tar --no-same-owner -xf $< -C $(DIST_ICU_DIR)
touch $@

all-dist: $(DIST_ICU)


##
## openvr
##
Expand Down
Binary file added icu/icu-6.8.2-x86_64.tar.xz
Binary file not shown.

0 comments on commit 83c6c2d

Please sign in to comment.