From 8c37189af7f8c6e2bc3c9989328824c176296107 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 27 Oct 2021 16:47:36 +0200 Subject: [PATCH] #3403 vtk8itk5wx3-macos --- packages/std/src/bbstdExecSystemCommand.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 43c9dc5..be41dec 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -82,13 +82,18 @@ namespace bbstd } // #if defined(_WIN32) // ccommand="start /b "+ccommand; -// #endif // defined(_WIN32) +// #endif // defined(_WIN32) + +#ifndef APPLE + ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand; +#endif + if (bbGetInputVerbose()==true) { std::cout << "*** Executing system command : '"<