mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix mingw by the silly addition to PATH.
[skip travis]
This commit is contained in:
@@ -226,6 +226,7 @@ if not defined CXX ( set "CXX=g++" )
|
||||
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
|
||||
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
|
||||
)
|
||||
for /F "delims=" %P in (%CXX%) do SET PATH=%PATH%;%~di%~pi
|
||||
set "BOOST_JAM_CXX=%CXX% -x c++ -std=c++11 -s -O3"
|
||||
set "BOOST_JAM_OPT_JAM=-o b2.exe"
|
||||
set "_known_=1"
|
||||
|
||||
Reference in New Issue
Block a user