diff options
author | Jurko Gospodnetić <jurko.gospodnetic@pke.hr> | 2008-07-22 12:27:10 +0000 |
---|---|---|
committer | Jurko Gospodnetić <jurko.gospodnetic@pke.hr> | 2008-07-22 12:27:10 +0000 |
commit | 32c57cc3d7154df0ab59ed3a70cb896351f1e492 (patch) | |
tree | 88a7fc7db6a94257c146e701f066f08e16349a4d | |
parent | d5933b1c4423b3288bfbaf2c8432635caf1db49e (diff) | |
download | boost-32c57cc3d7154df0ab59ed3a70cb896351f1e492.tar.gz |
Merger main Boost library Jamroot file changes from the trunk. [Added a missing import of the Boost Build generate.jam module. Although not strictly necessary at the moment this will avoid future build breakage when Boost Build removes some of its extra internal module imports.]
[SVN r47685]
-rw-r--r-- | Jamroot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ # - handle boost version # - handle python options such as pydebug +import generate ; import modules ; import set ; import stage ; |