moz.build 523 B

12345678910111213
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. # This builds the ICU stubdata library, since we are shipping ICU
  6. # data in a separate data file. ICU needs a data symbol to link against
  7. # even if you're loading its data from a file.
  8. Library('icustubdata')
  9. SOURCES += ['/intl/icu/source/stubdata/stubdata.c']