mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/blender to 4.1.0-2
This commit is contained in:
parent
10ac380df1
commit
098439a2c0
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = blender
|
||||
pkgdesc = A fully integrated 3D graphics creation suite
|
||||
pkgver = 4.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 17
|
||||
url = https://www.blender.org
|
||||
arch = x86_64
|
||||
|
|
|
@ -18,7 +18,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -150,6 +150,9 @@ _get_pyver() {
|
|||
}
|
||||
|
||||
build() {
|
||||
# This should fix #13.
|
||||
export CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}
|
||||
|
||||
local cmake_options=(
|
||||
-B build
|
||||
-C "$pkgname/build_files/cmake/config/blender_release.cmake"
|
||||
|
|
Loading…
Reference in a new issue