Skip to content

Commit 0c9b58a

Browse files
author
bartus
committed
Change default python install behaviour
1 parent 27037fc commit 0c9b58a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.SRCINFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = blender-develop-git
22
pkgdesc = Development version of Blender (non-conflicting version)
3-
pkgver = 4.2.r133556.gb8fdef965df
3+
pkgver = 4.2.r133577.g56f8c1c0f6e
44
pkgrel = 1
55
url = https://blender.org/
66
changelog = blender.changelog

PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ _fragment=${FRAGMENT:-#branch=main}
3131
makedepends+=('hip-runtime-amd')
3232
_CMAKE_FLAGS+=( -DHIP_ROOT_DIR=/opt/rocm )
3333
}
34-
((DISABLE_PYTHON_INSTALL)) && \
35-
_CMAKE_FLAGS+=( -DWITH_PYTHON_INSTALL=OFF ) || \
36-
_CMAKE_FLAGS+=( -DWITH_PYTHON_INSTALL=ON )
34+
((ENABLE_PYTHON_INSTALL)) && \
35+
_CMAKE_FLAGS+=( -DWITH_PYTHON_INSTALL=ON ) || \
36+
_CMAKE_FLAGS+=( -DWITH_PYTHON_INSTALL=OFF )
3737

3838
pkgname=blender-develop-git
39-
pkgver=4.2.r133556.gb8fdef965df
39+
pkgver=4.2.r133577.g56f8c1c0f6e
4040
pkgrel=1
4141
pkgdesc="Development version of Blender (non-conflicting version)"
4242
changelog=blender.changelog

0 commit comments

Comments
 (0)