2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

List only the exe's we care about for debugging CI.

[skip travis]
This commit is contained in:
Rene Rivera
2018-11-18 20:19:38 -06:00
parent 641b56f890
commit 92c1df8aab

View File

@@ -156,7 +156,7 @@ if errorlevel 1 (
goto Setup_Args
)
:Config_Toolset
call config_toolset.bat
call config_toolset.bat
if "_%_known_%_" == "__" (
call :Error_Print "Unknown toolset: %BOOST_JAM_TOOLSET%"
)
@@ -185,7 +185,7 @@ set BJAM_SOURCES=%BJAM_SOURCES% modules/set.c
@echo ON
%BOOST_JAM_CXX% %BOOST_JAM_OPT_JAM% %BJAM_SOURCES% %BOOST_JAM_OPT_LINK%
dir
dir *.exe
copy /b .\b2.exe .\bjam.exe
:Finish