Salome HOME
Fix OpenCV_INCLUDE_DIRS definition on windows - Othewise SAT will not generate a...
[tools/sat_salome.git] / products / llvm.pyconf
index 46121c2433069014564af54d4fc20676624debf2..e99bc556b10733e01d1023f542975cc9b1027e86 100644 (file)
@@ -33,6 +33,7 @@ version_8_0_1_clang :
 {
     build_source : "script"
     compil_script: "llvm-8.0.1.sh"
+    patches : ['llvm-8.0.1-clang-FD32-gcc-10.0.patch']
 }
 
 version_8_0_1_clang_win :
@@ -48,4 +49,5 @@ version_8_0_1_clang_win :
      incremental : "yes"
      compile_time : "yes"
    }
+   patches : []
 }