mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
e0dc73637f
This also fixes the Clang build of gettext by setting the sysroot.
10 lines
313 B
Bash
Executable file
10 lines
313 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='libunistring'
|
|
version='1.1'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#a2252beeec830ac444b9f68d6b38ad883db19919db35b52222cf827c385bdb6a"
|
|
)
|
|
useconfigure='true'
|
|
configopts=(
|
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
|
)
|