Cygwin does not like weak linking either.
This commit is contained in:
parent
0f82a1d7b7
commit
33f40b2883
@ -1,7 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if (defined __GNUC__) && (!defined __MINGW32__)
|
||||
#if (defined __GNUC__) && (!defined __MINGW32__) && (!defined __CYGWIN__)
|
||||
#define EIGEN_WEAK_LINKING __attribute__ ((weak))
|
||||
#else
|
||||
#define EIGEN_WEAK_LINKING
|
||||
|
||||
Loading…
Reference in New Issue
Block a user