Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: i18n: add a --with-icu-source option=tarball
Browse files Browse the repository at this point in the history
... but, I realized I don't know how to parse arg variables on windows.
So committing this WIP.
  • Loading branch information
srl295 committed Dec 9, 2014
1 parent b9eb69b commit a121a52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ parser.add_option('--with-intl',
dest='with_intl',
help='Intl mode: none, full-icu, small-icu (default is none)')

parser.add_option('--with-icu-source',
action='store',
dest='with_icu_source',
help='Intl mode: optional path to ICU tarball')

parser.add_option('--with-perfctr',
action='store_true',
dest='with_perfctr',
Expand Down

0 comments on commit a121a52

Please sign in to comment.