Modifying the main build script in order to include the jpeg and pil building processes
modified: build-all.sh
This commit is contained in:
parent
02278679df
commit
3f37ca6d52
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ try $(dirname $0)/build-sdl.sh
|
|||
try $(dirname $0)/build-freetype.sh
|
||||
try $(dirname $0)/build-sdlttf.sh
|
||||
try $(dirname $0)/build-sdlmixer.sh
|
||||
try $(dirname $0)/build-libjpeg.sh
|
||||
try $(dirname $0)/build-pil.sh
|
||||
try $(dirname $0)/build-kivy.sh
|
||||
|
||||
echo '== Build done'
|
||||
|
|
Loading…
Reference in a new issue