Find libtcc1.a on arm32

The directory is called "arm", not "ARM".
This commit is contained in:
Michael Matz 2015-03-09 00:47:27 +01:00
parent 50899e30ab
commit 0ecee0072d

View File

@ -1584,7 +1584,7 @@ static inline int tcc_add_support(TCCState *s1, const char *filename)
"x86-64"
#endif
#ifdef TCC_TARGET_ARM
"ARM"
"arm"
#endif
#ifdef TCC_TARGET_ARM64
"arm64"