Skip to content

Commit

Permalink
Separate install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 25, 2024
1 parent 540d7e2 commit 196c8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ endif
CFLAGS="--sysroot $(WASI_SDK_PATH)/share/wasi-sysroot $(WASI_LIBC_EMULATION_FLAGS)" \
CXXFLAGS="-fno-exceptions --sysroot $(WASI_SDK_PATH)/share/wasi-sysroot $(WASI_LIBC_EMULATION_FLAGS)" && \
$(MAKE) && \
$(MAKE) install DESTDIR=$(CURDIR)/$(BUILD)/icu4c-out/cross-$(TRIPLE)/install/icu
$(MAKE) install DESTDIR=$(CURDIR)/$(BUILD)/icu4c-out/cross-$(TRIPLE)/install/icu-$(TRIPLE)
touch $@

icu4c-$(TRIPLE).tar.xz: $(BUILD)/icu4c-out/cross-$(TRIPLE)/BUILT
tar cJf icu4c-$(TRIPLE).tar.xz -C $(BUILD)/icu4c-out/cross-$(TRIPLE)/install/ icu
tar cJf icu4c-$(TRIPLE).tar.xz -C $(BUILD)/icu4c-out/cross-$(TRIPLE)/install/ icu-$(TRIPLE)

icu4c-package: icu4c-$(TRIPLE).tar.xz

Expand Down

0 comments on commit 196c8bf

Please sign in to comment.