]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
#3247 bug profile_creatools in Linux/Win32
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 1a1357df14f1078d89b37dade99e58831b673818..ff0444a5292e9063bdc2cc833758b5d8e71f97a4 100644 (file)
@@ -568,7 +568,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) {
        command += " & ";
 #endif
 
-#ifndef APPLE
+#ifdef __APPLE__
     command = "source ~/.bbtk/profile_creatools; "+command;
 #endif