2
0
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:
Rene Rivera
2019-03-21 21:00:30 -05:00
parent 20f7efd042
commit b03828cc3c

View File

@@ -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"