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

Prevent warnings about incompatible builds... we know they are as we try and build everything.

[SVN r21360]
Rene Rivera 22 лет назад
Родитель
Сommit
9f5e84a6ee
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Jamfile

+ 2 - 0
Jamfile

@@ -121,6 +121,8 @@ local lib-sources = [ install-sources lib ] ;
 
 
 if $(lib-sources)
 if $(lib-sources)
 {
 {
+    local gNOWARN_INCOMPATIBLE_BUILDS = TRUE ;
+    
     local lib-build =
     local lib-build =
         debug release
         debug release
         [ cond $(with-debug-python) : debug-python ]
         [ cond $(with-debug-python) : debug-python ]

粤ICP备19079148号