mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
cc4ac7a04b
46 changed files with 915 additions and 74 deletions
|
|
@ -24,7 +24,10 @@ include('objs.mozbuild')
|
|||
|
||||
UNIFIED_SOURCES += intl_unicharutil_util_cppsrcs
|
||||
|
||||
Library('unicharutil_external_s')
|
||||
# This line breaks building ICU as a shared library due to a
|
||||
# SandboxValidationError from the frontend reader.
|
||||
if not CONFIG['MOZ_SHARED_ICU']:
|
||||
Library('unicharutil_external_s')
|
||||
|
||||
FORCE_STATIC_LIB = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue