Skip to content

Commit

Permalink
Merge pull request #442 from leapmotion/fix-android
Browse files Browse the repository at this point in the history
Add a cmakedefine01 for autowiring_BUILD_ARM
  • Loading branch information
codemercenary committed Feb 25, 2015
2 parents c9fc8b1 + 7fc68a4 commit 800d800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AutowiringConfig.h.in
Expand Up @@ -8,6 +8,9 @@
// Are we building autonet?
#cmakedefine01 AUTOWIRING_BUILD_AUTONET

// Building for ARM?
#cmakedefine01 autowiring_BUILD_ARM

// Are we linking with C++11 STL?
#cmakedefine01 autowiring_USE_LIBCXX
#if autowiring_USE_LIBCXX
Expand Down

0 comments on commit 800d800

Please sign in to comment.