]> Creatis software - bbtk.git/commitdiff
#3403 vtk8itk5wx3-macos
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 5 Nov 2021 07:05:50 +0000 (08:05 +0100)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 5 Nov 2021 07:05:50 +0000 (08:05 +0100)
packages/std/src/bbstdConfiguration.cxx

index 5a4d595ccbb709dc21b856b6173e32647a249333..de559dceb2ffc1beeccf2cef0bda4a37bbd6673e 100644 (file)
@@ -64,7 +64,11 @@ namespace bbstd
 #if defined(_WIN32)
     bbSetOutputSystemType( 1 );
 #elif defined(__GNUC__)
-    bbSetOutputSystemType( 0 );
+    #if defined(MACOSX)
+      bbSetOutputSystemType( 2 );
+    #else  // Linux
+      bbSetOutputSystemType( 0 );
+    #endif
 #else
     bbSetOutputSystemType( -1 );
 #endif