community/libtg_owt to 0.git10.6708e0d-2

This commit is contained in:
David Beauchamp 2022-01-01 15:34:50 -05:00
parent 69cc7c782b
commit 14b2d48090

View file

@ -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 \