ensure HAVE_SIXENSE is defined to define _sixenseLibrary

This commit is contained in:
Stephen Birarda 2014-09-30 11:35:53 -07:00
parent e512b05e62
commit 39ee62608b

View file

@ -45,7 +45,7 @@ SixenseManager& SixenseManager::getInstance() {
}
SixenseManager::SixenseManager() :
#ifdef __APPLE__
#if defined(HAVE_SIXENSE) && defined(__APPLE__)
_sixenseLibrary(NULL),
#endif
_isInitialized(false),