X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.cxx;h=de559dceb2ffc1beeccf2cef0bda4a37bbd6673e;hb=83ab568865c75a1064fbd485997ff98b78d5195d;hp=6891a83a969b2701465a88a43080cfeb9f17b324;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.cxx b/packages/std/src/bbstdConfiguration.cxx index 6891a83..de559dc 100644 --- a/packages/std/src/bbstdConfiguration.cxx +++ b/packages/std/src/bbstdConfiguration.cxx @@ -61,10 +61,14 @@ namespace bbstd bbSetOutputDocPath( bbtk::ConfigurationFile::GetInstance().Get_doc_path() ); bbSetOutputFileSeparator( bbtk::ConfigurationFile::GetInstance().Get_file_separator() ); -#if defined(__GNUC__) - bbSetOutputSystemType( 0 ); -#elif defined(_WIN32) +#if defined(_WIN32) bbSetOutputSystemType( 1 ); +#elif defined(__GNUC__) + #if defined(MACOSX) + bbSetOutputSystemType( 2 ); + #else // Linux + bbSetOutputSystemType( 0 ); + #endif #else bbSetOutputSystemType( -1 ); #endif