'make -j2' might make problems for some compilers, make is just fine for deployment
This commit is contained in:
parent
fa0f122638
commit
2f94057e44
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ cd ..
|
||||||
|
|
||||||
make distclean
|
make distclean
|
||||||
qmake Jamulus.pro
|
qmake Jamulus.pro
|
||||||
make -j2
|
make
|
||||||
make dist
|
make dist
|
||||||
|
|
||||||
mkdir -p deploy
|
mkdir -p deploy
|
||||||
|
|
Loading…
Reference in a new issue