OSX: make cmake and scons both compile jack and ndof with newer sdk's

This commit is contained in:
Jens Verwiebe
2012-12-12 19:54:14 +00:00
parent fc65922124
commit 8af6721eb5
5 changed files with 7 additions and 6 deletions

View File

@@ -1522,7 +1522,7 @@ elseif(APPLE)
if(WITH_INPUT_NDOF)
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -F/Library/Frameworks -weak_framework 3DconnexionClient")
set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework )
set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework/Headers )
endif()
endif()