mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 22:15:33 +02:00
do not rename iconv build dir
This commit is contained in:
parent
9781916044
commit
46f1bc3f15
1 changed files with 6 additions and 7 deletions
|
@ -121,17 +121,16 @@ $(DOWNLOADS)/pixman/autogen.sh:
|
||||||
# iconv
|
# iconv
|
||||||
iconv: init_dirs $(LIBDIR)/libiconv.a
|
iconv: init_dirs $(LIBDIR)/libiconv.a
|
||||||
|
|
||||||
$(LIBDIR)/libiconv.a: $(DOWNLOADS)/iconv/Makefile
|
$(LIBDIR)/libiconv.a: $(DOWNLOADS)/libiconv-1.16/Makefile
|
||||||
cd $(DOWNLOADS)/iconv; make; make install
|
cd $(DOWNLOADS)/libiconv-1.16; make; make install
|
||||||
|
|
||||||
$(DOWNLOADS)/iconv/Makefile: $(DOWNLOADS)/iconv/configure
|
$(DOWNLOADS)/libiconv-1.16/Makefile: $(DOWNLOADS)/libiconv-1.16/configure
|
||||||
cd $(DOWNLOADS)/iconv; \
|
cd $(DOWNLOADS)/libiconv-1.16; \
|
||||||
$(CONFIGURE) --enable-static=true --enable-shared=false
|
$(CONFIGURE) --enable-static=true --enable-shared=false
|
||||||
|
|
||||||
$(DOWNLOADS)/iconv/configure: $(DOWNLOADS)/libiconv-1.16.tar.gz
|
$(DOWNLOADS)/libiconv-1.16/configure: $(DOWNLOADS)/libiconv-1.16.tar.gz
|
||||||
cd $(DOWNLOADS); \
|
cd $(DOWNLOADS); \
|
||||||
tar -xzf libiconv-1.16.tar.gz; \
|
tar -xzf libiconv-1.16.tar.gz;
|
||||||
mv libiconv-1.16 iconv
|
|
||||||
|
|
||||||
$(DOWNLOADS)/libiconv-1.16.tar.gz:
|
$(DOWNLOADS)/libiconv-1.16.tar.gz:
|
||||||
wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz -P $(DOWNLOADS)
|
wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz -P $(DOWNLOADS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue