From: Eduardo DAVILA Date: Tue, 16 Nov 2021 14:10:10 +0000 (+0100) Subject: #3391 bug profile_creatools in Linux/Win32 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b748f50ea986a0980977ea6ab16981d1f2790458;p=crea.git #3391 bug profile_creatools in Linux/Win32 --- diff --git a/lib/creaDevManagerLib/modelCDMPackageSrc.cpp b/lib/creaDevManagerLib/modelCDMPackageSrc.cpp index 862da27..f90def4 100644 --- a/lib/creaDevManagerLib/modelCDMPackageSrc.cpp +++ b/lib/creaDevManagerLib/modelCDMPackageSrc.cpp @@ -232,7 +232,7 @@ modelCDMBlackBox* modelCDMPackageSrc::CreateBlackBox( command += " \"" + bbCategories + "\""; -#ifndef APPLE +#ifdef __APPLE__ command = "source ~/.bbtk/profile_creatools ; " + command; #endif