Make update: Fixes for blender 3.3 release branch #104877

Merged
Sergey Sharybin merged 3 commits from Sergey/blender:buildbot_33 into blender-v3.3-release 2023-02-17 15:24:43 +01:00

3 Commits

Author SHA1 Message Date
Sergey Sharybin d179864c58 Make update: Allow amd64 architecture
Apparently, the 64bit Intel architecture is presented differently
on Linux and Windows.

Allow both variants for the command line, so that semantically the
command line argument can be seen as a lower case platform.machine.
2023-02-17 15:11:53 +01:00
Sergey Sharybin 867bee6125 Make update: Add --architecture command line attribute
Possible values are x86_64 and arm64.

Allows to use make_update.py in a cross-compile environment, like
building x86_64 macOS Blender from Apple Silicon machine.

Pull Request #104863
2023-02-17 15:11:13 +01:00
Sergey Sharybin 6cb3145d6c Make update: Add new style command line for Linux libraries
It is not possible to know from the Buildbot which style to use
when building patches. So use the new style as an alias.
2023-02-17 15:07:50 +01:00