SYMBIAN: Avoid compiling ARM assembly for x86 emulator

This commit is contained in:
Fiodar Stryzhniou 2021-08-20 12:18:07 +03:00 committed by Eugene Sandulenko
parent 12aa035034
commit b74448f679

View File

@ -199,7 +199,9 @@ def FilterUltima(src):
def FilterGrim(src):
src += ["#if !defined(WINS)"]
src += ["SOURCE movie/codecs/blocky8ARM.s"]
src += ["#endif"]
return src