From 560318e314802dd68405a0e11f0082e6d5fc6efb Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 16 Nov 2021 15:11:00 +0100 Subject: [PATCH] #3474 bug profile_creatools in Linux/Win32 --- packages/std/src/bbstdExecSystemCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index be41dec..919e197 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -85,7 +85,7 @@ namespace bbstd // #endif // defined(_WIN32) -#ifndef APPLE +#ifdef __APPLE__ ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand; #endif -- 2.45.0