Repository: lucy-clownfish Updated Branches: refs/heads/master cbf462c93 -> c25e32913
Add LIBRARY_PATH for MinGW's sake. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c25e3291 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c25e3291 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/c25e3291 Branch: refs/heads/master Commit: c25e3291360d7d31ce188faea7baefa7f90f2d26 Parents: cbf462c Author: Marvin Humphrey <[email protected]> Authored: Sun Jul 27 06:01:53 2014 +0100 Committer: Marvin Humphrey <[email protected]> Committed: Thu Jul 31 19:00:38 2014 -0700 ---------------------------------------------------------------------- devel/bin/setup_env.bat | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c25e3291/devel/bin/setup_env.bat ---------------------------------------------------------------------- diff --git a/devel/bin/setup_env.bat b/devel/bin/setup_env.bat index 2619319..25e76ec 100644 --- a/devel/bin/setup_env.bat +++ b/devel/bin/setup_env.bat @@ -33,6 +33,8 @@ call :add_to_path "%CPATH%" "%runtime_dir%\perl\xs" set CPATH=%retval% call :add_to_path "%LIB%" "%runtime_dir%\c" set LIB=%retval% +call :add_to_path "%LIBRARY_PATH%" "%runtime_dir%\c" +set LIBRARY_PATH=%retval% call :add_to_path "%CLOWNFISH_INCLUDE%" "%runtime_dir%\core" set CLOWNFISH_INCLUDE=%retval% call :add_to_path "%PERL5LIB%" "%compiler_dir%\perl\blib\arch" @@ -49,6 +51,7 @@ endlocal & ( set "INCLUDE=%INCLUDE%" set "CPATH=%CPATH%" set "LIB=%LIB%" + set "LIBRARY_PATH=%LIBRARY_PATH%" set "CLOWNFISH_INCLUDE=%CLOWNFISH_INCLUDE%" set "PERL5LIB=%PERL5LIB%" )
