mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 794412: Support building from either old or new toolchain while we transition. r=doublec
This commit is contained in:
parent
e06eb15562
commit
f029682391
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user