mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Use SNAPCRAFT_PARALLEL_BUILD_COUNT instead of nproc in snap
This commit is contained in:
parent
87895466dc
commit
0b5213a9cb
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ parts:
|
|||
-I $SNAPCRAFT_STAGE/usr/include \
|
||||
-L $SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET
|
||||
|
||||
make -j$(nproc)
|
||||
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT
|
||||
make INSTALL_ROOT="$SNAPCRAFT_PART_INSTALL" install
|
||||
stage:
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libjpeg.so.8.2.2
|
||||
|
|
Loading…
Add table
Reference in a new issue