From: Nabil Ghodbane Date: Thu, 22 Apr 2021 10:02:48 +0000 (+0200) Subject: fix embree archive name for Windows X-Git-Tag: V9_7_0~63^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5afef3854d1dcf633d6e4e28dbd8aa74aedf21f;p=tools%2Fsat_salome.git fix embree archive name for Windows --- 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'] }