Просмотр исходного кода

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 r47627]
Jurko Gospodnetić 18 лет назад
Родитель
Сommit
c94beb30be
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Jamroot

+ 1 - 0
Jamroot

@@ -98,6 +98,7 @@
 #  - handle boost version
 #  - handle boost version
 #  - handle python options such as pydebug
 #  - handle python options such as pydebug
 
 
+import generate ;
 import modules ;
 import modules ;
 import set ;
 import set ;
 import stage ;
 import stage ;

粤ICP备19079148号