From c5afef3854d1dcf633d6e4e28dbd8aa74aedf21f Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 22 Apr 2021 12:02:48 +0200 Subject: [PATCH] fix embree archive name for Windows --- products/embree.pyconf | 1 - 1 file changed, 1 deletion(-) diff --git a/products/embree.pyconf b/products/embree.pyconf index 7f06cf5..9cc7dab 100644 --- a/products/embree.pyconf +++ b/products/embree.pyconf @@ -21,7 +21,6 @@ default : default_win : { cmake_options : ' -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DEMBREE_ISPC_SUPPORT=ON -DEMBREE_TUTORIALS=OFF -DEMBREE_TASKING_SYSTEM=TBB -DTBB_ROOT=%TBB_DIR:\=/% ' - archive_info : {archive_name : "embree-" + $APPLICATION.products.embree + "_windows.tar.gz"} depend : ['ispc','tbb'] } -- 2.39.2