File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 3838// but you can live without it in .a
3939unsigned long __mulle_thread_version__ = 0x0000 ;
4040
41- // we include this, if we need it
42-
41+ // we include mintomic, if we need it
42+ //
43+ // if we are building with mulle-core this file is in "src/mulle-thread" and
44+ // "mintomic_gcc.c" is in "mintomic/mintomic_gcc.c" -> "../../mintomic"
45+ //
46+ // if we are building alone, this file is in "src" and "mintomic_gcc.c" is
47+ // in "mintomic/src/mintomic/mintomic_gcc.c" "../mintomic/src/mintomic"
48+ //
4349#if __STDC_VERSION__ < 201112L || defined( __STDC_NO_ATOMICS__ )
44- # include "../mintomic/src/mintomic/mintomic_gcc.c"
50+ // variable defined by Executable.cmake
51+ # ifdef MULLE__CORE_BUILD
52+ # include "../../mintomic/mintomic_gcc.c"
53+ # else
54+ # include "../mintomic/src/mintomic/mintomic_gcc.c"
55+ # endif
4556#endif
You can’t perform that action at this time.
0 commit comments