From a6da2d162f4e73aed663462633aabaaeb2ff96a7 Mon Sep 17 00:00:00 2001 From: Quentin Cozette Date: Tue, 20 Oct 2020 19:39:32 +0200 Subject: [PATCH] ispc doesn't find llvm on Windows : add it to its dependencies --- products/ispc.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- 2.39.2