X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.cxx;h=de559dceb2ffc1beeccf2cef0bda4a37bbd6673e;hb=83ab568865c75a1064fbd485997ff98b78d5195d;hp=5a4d595ccbb709dc21b856b6173e32647a249333;hpb=51c6908eee1fd80d7ea9c62bd8d8ebc99b02bacc;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.cxx b/packages/std/src/bbstdConfiguration.cxx index 5a4d595..de559dc 100644 --- a/packages/std/src/bbstdConfiguration.cxx +++ b/packages/std/src/bbstdConfiguration.cxx @@ -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