Compare commits
4 Commits
6ea9b5766d
...
493368a423
| Author | SHA1 | Date | |
|---|---|---|---|
| 493368a423 | |||
| ec70ea366c | |||
| d53374c238 | |||
| 4914b0dd02 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
prebuilts/Blender-3.6-unknown-linux-aarch64.tar.xz filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -38,9 +38,10 @@ cmake -S ${BLENDER_SRC} -B ${BLENDER_BUILD} \
|
||||
-DBLENDER_PLATFORM_ARM=ON \
|
||||
-DWITH_CYCLES_EMBREE=OFF \
|
||||
-DLIBDIR=${BASE_PATH}/lib/lib_${CPU}
|
||||
cd ${BLENDER_BUILD} && make && make install && make package_archive
|
||||
mkdir prebuilts
|
||||
cd ${BLENDER_BUILD} && make && make install && \
|
||||
make package_archive && cd ${BASE_PATH}
|
||||
mkdir -p prebuilts
|
||||
cp ./build_linux_${CPU}/release/Blender-3.6-unknown-linux-${CPU}.tar.xz ./prebuilts
|
||||
git add ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz
|
||||
git lfs track --filename ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz
|
||||
git add ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz
|
||||
|
||||
|
||||
BIN
prebuilts/Blender-3.6-unknown-linux-aarch64.tar.xz
(Stored with Git LFS)
Normal file
BIN
prebuilts/Blender-3.6-unknown-linux-aarch64.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user