mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 853301 - Enable ECMAScript Internationalization API for desktop Firefox. r=gps, r=brendan, sr=asa
This commit is contained in:
parent
890328b74b
commit
0dbb3c55f6
@ -25,3 +25,6 @@ if [ -z "$CXX" ]; then
|
||||
fi
|
||||
|
||||
ac_add_options --with-ccache
|
||||
|
||||
# Enable ECMAScript Internationalization API
|
||||
ac_add_options --enable-intl-api
|
||||
|
@ -1,8 +1,11 @@
|
||||
# Pymake needs Windows-style paths. Use cmd.exe to hack around this.
|
||||
mk_export_correct_style() {
|
||||
if test -n "${_PYMAKE}"; then
|
||||
mk_add_options "export $1=$(cmd.exe //c echo %$1%)"
|
||||
else
|
||||
mk_add_options "export $1=$(eval echo \$$1)"
|
||||
fi
|
||||
}
|
||||
# Pymake needs Windows-style paths. Use cmd.exe to hack around this.
|
||||
mk_export_correct_style() {
|
||||
if test -n "${_PYMAKE}"; then
|
||||
mk_add_options "export $1=$(cmd.exe //c echo %$1%)"
|
||||
else
|
||||
mk_add_options "export $1=$(eval echo \$$1)"
|
||||
fi
|
||||
}
|
||||
|
||||
# Enable ECMAScript Internationalization API
|
||||
ac_add_options --enable-intl-api
|
||||
|
@ -2,3 +2,6 @@
|
||||
|
||||
CC=/tools/gcc-4.5-0moz3/bin/gcc
|
||||
CXX=/tools/gcc-4.5-0moz3/bin/g++
|
||||
|
||||
# Enable ECMAScript Internationalization API
|
||||
ac_add_options --enable-intl-api
|
||||
|
Loading…
Reference in New Issue
Block a user