mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-9584 Fixed PATH environment issue in icucheck.bat.
X-SVN-Rev: 32388
This commit is contained in:
parent
afbf770237
commit
aa6b32be4a
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
REM ********************************************************************
|
||||
REM * COPYRIGHT:
|
||||
REM * Copyright (c) 2010-2011, International Business Machines Corporation
|
||||
REM * Copyright (c) 2010-2012, International Business Machines Corporation
|
||||
REM * and others. All Rights Reserved.
|
||||
REM ********************************************************************
|
||||
|
||||
|
@ -22,11 +22,10 @@ set ICU_OPATH=%PATH%
|
|||
|
||||
set ICU_ICUDIR="%~f0"\..\..\..
|
||||
|
||||
|
||||
set ICU_BINDIR=%ICU_ICUDIR%\bin
|
||||
|
||||
if "%ICU_ARCH%" == "x64" (
|
||||
set ICU_BINDIR=%ICU_ICUDIR%\bin64
|
||||
set ICU_BINDIR=%~f0\..\..\..\bin64
|
||||
) else (
|
||||
set ICU_BINDIR=%~f0\..\..\..\bin
|
||||
)
|
||||
|
||||
set PATH=%ICU_BINDIR%;%PATH%
|
||||
|
|
Loading…
Add table
Reference in a new issue