mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Added missing argument
This commit is contained in:
parent
e02845f2be
commit
0966aa57af
@ -2,6 +2,6 @@
|
||||
|
||||
rm -rf bin
|
||||
./clean-nix.sh
|
||||
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
|
||||
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_PLATFORM=rpi -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
|
||||
make -j2
|
||||
cpack
|
||||
|
Loading…
Reference in New Issue
Block a user