mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Windows: Add ARM64 lib submodule
This adds the submodule for Windows ARM64 devices, so blender can be built without having to build the libraries yourself also. Ref #119126 Pull Request: https://projects.blender.org/blender/blender/pulls/119459
This commit is contained in:
parent
6b56ed3cd3
commit
ffb917e03f
2 changed files with 6 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
|
@ -18,6 +18,11 @@
|
|||
path = lib/windows_x64
|
||||
url = https://projects.blender.org/blender/lib-windows_x64.git
|
||||
branch = main
|
||||
[submodule "lib/windows_arm64"]
|
||||
update = none
|
||||
path = lib/windows_arm64
|
||||
url = https://projects.blender.org/blender/lib-windows_arm64.git
|
||||
branch = main
|
||||
[submodule "release/datafiles/assets"]
|
||||
path = release/datafiles/assets
|
||||
url = https://projects.blender.org/blender/blender-assets.git
|
||||
|
|
|
|||
1
lib/windows_arm64
Submodule
1
lib/windows_arm64
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit dc33a8704935c49dd7a8cf49197fdf42ff52622d
|
||||
Loading…
Add table
Add a link
Reference in a new issue