From: Quentin Cozette Date: Tue, 20 Oct 2020 17:39:32 +0000 (+0200) Subject: ispc doesn't find llvm on Windows : add it to its dependencies X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec7bbdd8beab505aa4f016db188e21aa6df211d4;p=tools%2Fsat_salome.git ispc doesn't find llvm on Windows : add it to its dependencies --- diff --git a/products/ispc.pyconf b/products/ispc.pyconf index b76d966..2ded7ea 100644 --- a/products/ispc.pyconf +++ b/products/ispc.pyconf @@ -29,7 +29,7 @@ default_win : incremental : "yes" single_install_dir : "yes" } - depend : ['Python'] + depend : ['Python', 'llvm'] } version_1_9_2 :