mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1075442 - Make the JS engine use gecko/build/stlport on Firefox OS. r=glandium
--HG-- extra : rebase_source : d988137d546e28c908ff856a9e884c38476b8986
This commit is contained in:
parent
f93a807d31
commit
38da30aa25
@ -202,7 +202,7 @@ if test -n "$gonkdir" ; then
|
||||
STRIP="$gonk_toolchain_prefix"strip
|
||||
OBJCOPY="$gonk_toolchain_prefix"objcopy
|
||||
|
||||
STLPORT_CPPFLAGS="-I$gonkdir/external/stlport/stlport"
|
||||
STLPORT_CPPFLAGS="-I$_topsrcdir/build/stlport/stlport -I$gonkdir/ndk/sources/cxx-stl/system/include"
|
||||
STLPORT_LIBS="-lstlport"
|
||||
|
||||
case "$target_cpu" in
|
||||
|
Loading…
Reference in New Issue
Block a user