mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
parent
41100ddecd
commit
27a47018bb
18
Makefile.in
18
Makefile.in
@ -1082,6 +1082,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
|
||||
##
|
||||
|
BIN
icu/icu-6.8.2-x86_64.tar.xz
Normal file
BIN
icu/icu-6.8.2-x86_64.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user