1
0
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:
peabody124 2011-03-28 10:41:10 +00:00 committed by peabody124
parent c0d481431c
commit 3bdcdb94fa

View File

@ -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