Skip to content

Commit

Permalink
Merge pull request rime#70 from xqin/develop
Browse files Browse the repository at this point in the history
Add --with-locale/CMAKE_INSTALL_PATH
  • Loading branch information
lotem committed Feb 2, 2016
2 parents d4015e5 + d88f9cb commit be71520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if %build_boost% == 1 (
cd %BOOST_ROOT%
if not exist bjam.exe call bootstrap.bat
if %ERRORLEVEL% NEQ 0 goto ERROR
bjam toolset=msvc-12.0 variant=release link=static threading=multi runtime-link=static stage --with-date_time --with-filesystem --with-system --with-regex --with-signals --with-thread
bjam toolset=msvc-12.0 variant=release link=static threading=multi runtime-link=static stage --with-date_time --with-filesystem --with-system --with-regex --with-signals --with-thread --with-locale
if %ERRORLEVEL% NEQ 0 goto ERROR
rem bjam toolset=msvc-12.0 variant=release link=static threading=multi runtime-link=static address-model=64 --stagedir=stage_x64 stage --with-date_time --with-filesystem --with-system --with-regex --with-signals --with-thread
rem if %ERRORLEVEL% NEQ 0 goto ERROR
Expand Down Expand Up @@ -171,6 +171,8 @@ if %build_thirdparty% == 1 (

if %build_librime% == 0 goto EXIT

if defined CMAKE_INSTALL_PATH set PATH=%PATH%;%CMAKE_INSTALL_PATH%

set CMAKE_GENERATOR="Visual Studio 12"

set BUILD_DIR=%RIME_ROOT%\%build%
Expand Down

0 comments on commit be71520

Please sign in to comment.