Bug 794412: Support building from either old or new toolchain while we transition. r=doublec

This commit is contained in:
Chris Jones 2012-09-26 11:12:46 -07:00
parent e06eb15562
commit f029682391

View File

@ -185,7 +185,7 @@ if test -n "$gonkdir" ; then
RANLIB="$gonk_toolchain_prefix"ranlib
STRIP="$gonk_toolchain_prefix"strip
STLPORT_CPPFLAGS="-I$gonkdir/ndk/sources/cxx-stl/stlport/stlport/"
STLPORT_CPPFLAGS="-I$gonkdir/ndk/sources/cxx-stl/stlport/stlport/ -I$gonkdir/external/stlport/stlport/"
STLPORT_LIBS="-lstlport"
case "$target_cpu" in