1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-04 02:35:29 +00:00
elinks/docker/djgpp/build_libidn2.sh

14 lines
201 B
Bash
Raw Normal View History

2023-01-03 16:11:21 +00:00
#!/bin/bash
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure \
--host=i586-pc-msdosdjgpp \
--enable-static=yes \
--enable-shared=no \
--disable-documentation
make -j`nproc`
make install