mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #325 Part 10: Remove non-Intl conditionals from installer files.
This commit is contained in:
parent
f2d90ee4a4
commit
b8114dcbc0
2 changed files with 1 additions and 6 deletions
|
|
@ -176,8 +176,6 @@
|
|||
#endif
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
#endif
|
||||
#ifdef ENABLE_INTL_API
|
||||
#endif
|
||||
#ifdef NECKO_WIFI
|
||||
#endif
|
||||
#ifdef MOZ_WEBRTC
|
||||
|
|
|
|||
|
|
@ -2,7 +2,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/.
|
||||
|
||||
; Package file for the Firefox build.
|
||||
; Package file for the Basilisk build.
|
||||
;
|
||||
; Packaging manifest is used to copy files from dist/bin
|
||||
; to the staging directory.
|
||||
|
|
@ -260,9 +260,6 @@
|
|||
@RESPATH@/browser/components/migration.xpt
|
||||
@RESPATH@/components/mimetype.xpt
|
||||
@RESPATH@/components/mozfind.xpt
|
||||
#ifdef ENABLE_INTL_API
|
||||
@RESPATH@/components/mozintl.xpt
|
||||
#endif
|
||||
@RESPATH@/components/necko_about.xpt
|
||||
@RESPATH@/components/necko_cache.xpt
|
||||
@RESPATH@/components/necko_cache2.xpt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue