1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-02 02:15:28 +00:00
elinks/docker/djgpp/build_libidn2.sh
2023-01-03 17:11:21 +01:00

14 lines
201 B
Bash
Executable File

#!/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