mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/webkit2gtk: v8 fix
This commit is contained in:
parent
61b856fddc
commit
4b20762c92
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ build() {
|
|||
|
||||
# do not use LLINT assembly for v5/v6
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && CONFIG="-DENABLE_JIT=OFF"
|
||||
[[ $CARCH == "aarch64" ]] && CONFIG="-DUSE_LD_GOLD=OFF"
|
||||
|
||||
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue