mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 946217 - Build intl/lwbrk in unified mode; r=glandium
--HG-- extra : rebase_source : 1e6dfc33913491a87c3ac72c068ed9c78f64e776
This commit is contained in:
parent
f300b8430c
commit
98e0da114b
@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsJISx4051LineBreaker.cpp',
|
||||
'nsSampleWordBreaker.cpp',
|
||||
'nsSemanticUnitScanner.cpp',
|
||||
@ -19,7 +19,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
'nsUniscribeBreaker.cpp',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsCarbonBreaker.cpp',
|
||||
]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user