mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
f18a87fa1f
The sysroot is now configured for libarchive and pcre, to allow libarchive to find libpcre when building with Clang.
11 lines
346 B
Bash
Executable file
11 lines
346 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='pcre'
|
|
version='8.45'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
files=(
|
|
"https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz#4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09"
|
|
)
|
|
configopts=(
|
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
|
)
|