Fix OpenMSX (once again!)
This commit is contained in:
parent
477a4340a3
commit
489341eb31
|
|
@ -36,7 +36,7 @@ subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\
|
|||
init=\
|
||||
ln -s ../../OpenMSX openmsx && \
|
||||
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
|
||||
find -L -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
||||
rm -rf ffmpeg/lib/* python/src/pythonp python/src/Parser/pgen ../themes/converter/converter && \
|
||||
prebuild=\
|
||||
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && ./setup_anddev.sh,\
|
||||
|
|
|
|||
Loading…
Reference in a new issue