Skip to content

Commit

Permalink
Update linux buildall script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Oct 6, 2021
1 parent 30cab91 commit 2016b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildall-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ here="`pwd`"
export CFLAGS="-DEL_APPIMAGE=1"
export CXXFLAGS="-DEL_APPIMAGE=1"
./waf configure --prefix=/usr $@
./waf clean build docs --progress
./waf resave clean build docs --progress

cd "${here}/tools/jucer/Element/Builds/LinuxMakefile"
make clean && rm -rf build && make -j4 CONFIG=Release
Expand Down

0 comments on commit 2016b8d

Please sign in to comment.