Opened 14 years ago
Closed 13 years ago
#2954 closed Bugs (invalid)
Report guessed toolset from build.bat
Reported by: | Vladimir Prus | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | bjam |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
My recently introduced top-level bootstrap.bat works by calling tools/jam/src/build.bat and then doing other things. I would like to know which toolset build.bat has guessed, so that I can setup 'using' directive accordingly. Unfortunately, build.bat does 'setlocal' at the end and thus BOOST_JAM_TOOLSET is not exported. Is it possible to specifically export just that variable?
Change History (2)
comment:1 by , 13 years ago
Component: | None → bjam |
---|
comment:2 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I no longer think that having Boost.Build use the toolset reported by bjam is a good idea.