Skip to content

Commit

Permalink
icu: add icu from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Oct 31, 2024
1 parent 0d94118 commit 29c8806
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,19 @@ $(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 29c8806

Please sign in to comment.