Fix case sensitivity issue in iosbuild.sh.
Change-Id: I82b851b442cfe46ead78d115bbd7e22927ea6334
This commit is contained in:
parent
8bccd9c306
commit
7f7d898a27
@ -175,14 +175,14 @@ for PLATFORM in ${PLATFORMS}; do
|
||||
-miphoneos-version-min=6.0"
|
||||
|
||||
# Build using the legacy makefile (instead of generating via cmake).
|
||||
eval make -f makefile.unix libwebm.a CXXFLAGS=\"${CXXFLAGS}\" ${devnull}
|
||||
eval make -f Makefile.unix libwebm.a CXXFLAGS=\"${CXXFLAGS}\" ${devnull}
|
||||
|
||||
# copy lib and add it to LIBLIST.
|
||||
eval cp libwebm.a "${LIBFILE}" ${devnull}
|
||||
LIBLIST="${LIBLIST} ${LIBFILE}"
|
||||
|
||||
# clean build so we can go again.
|
||||
eval make -f makefile.unix clean ${devnull}
|
||||
eval make -f Makefile.unix clean ${devnull}
|
||||
done
|
||||
|
||||
for include_file in ${INCLUDES}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user