mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Make the Eigen library compile on OSX again
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3085 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
c0d481431c
commit
3bdcdb94fa
@ -14,7 +14,12 @@
|
||||
# else
|
||||
# define FORCE_ALIGN_FUNC
|
||||
# endif
|
||||
#error Unknown compiler. You may need to provide a definition of FORCE_ALIGN_FUNC
|
||||
#else
|
||||
# ifdef __MACOSX__
|
||||
# define FORCE_ALIGN_FUNC
|
||||
# else
|
||||
# error Unknown compiler. You may need to provide a definition of FORCE_ALIGN_FUNC
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif // !defined OP_EIGEN_ALIGN_FUNCTION_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user