From: Eduardo DAVILA Date: Fri, 5 Nov 2021 07:05:50 +0000 (+0100) Subject: #3403 vtk8itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f9fc331065a918dde5f1153b3c3373af6010725d;p=bbtk.git #3403 vtk8itk5wx3-macos --- 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