We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a95b5 commit f48bd12Copy full SHA for f48bd12
scripts/build-linux-deb.sh
@@ -82,7 +82,7 @@ fi
82
83
log_i "Building Linux deb"
84
# TODO: build other packages?
85
-make -j$(nproc) \
+make "-j$(nproc)" \
86
ARCH=arm64 DEB_HOST_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
87
bindeb-pkg
88
0 commit comments