]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
#3474 bug profile_creatools in Linux/Win32
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index be41decdb35b6218aa95501d1d6347ab619e7970..919e1975f0cfc379eb142428982b8a8bba15b209 100755 (executable)
@@ -85,7 +85,7 @@ namespace bbstd
 //      #endif // defined(_WIN32)
 
         
-#ifndef APPLE
+#ifdef __APPLE__
         ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand;
 #endif