mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
chromium/PKGBUILD adding -Denable_webrtc=0
This commit is contained in:
parent
fafba17234
commit
fef43a16b1
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ build() {
|
|||
-Dlinux_use_tcmalloc=0 \
|
||||
-Ddisable_nacl=1 \
|
||||
-Dv8_use_arm_eabi_hardfloat=true \
|
||||
-Darm_float_abi=hard
|
||||
-Darm_float_abi=hard \
|
||||
-Denable_webrtc=0
|
||||
|
||||
make chrome chrome_sandbox BUILDTYPE=Release
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue