mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/libtg_owt to 0.git10.6708e0d-2
This commit is contained in:
parent
69cc7c782b
commit
14b2d48090
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgname=libtg_owt
|
||||
_commit=6708e0d
|
||||
pkgver=0.git10.${_commit}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='WebRTC library'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/desktop-app/tg_owt'
|
||||
|
@ -36,6 +36,8 @@ prepare() {
|
|||
build() {
|
||||
cd tg_owt
|
||||
|
||||
export CFLAGS+=" -ffat-lto-objects"
|
||||
export CXXFLAGS+=" -ffat-lto-objects"
|
||||
# Upstream stated that only static builds are really supported so that's what we'll do.
|
||||
# https://github.com/desktop-app/tg_owt/issues/75#issuecomment-992061171
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue