From e05fc7bb2f204103349866c425b3cc845127d0f2 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Fri, 13 Sep 2013 21:42:52 +0000 Subject: Cleanup for last commit --- intern/ghost/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index a8287af396f..be0d2ca8209 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -322,6 +322,7 @@ endif() add_definitions(-DGLEW_STATIC) blender_add_lib(bf_intern_ghost "${SRC}" "${INC}" "${INC_SYS}") -if(WITH_INPUT_NDOF AND APPLE) # workaround for clang3.3 mangling extern "C" symbols + +if(WITH_INPUT_NDOF AND WITH_COCOA) # workaround for apple clang mangling extern "C" symbols blender_add_lib(bf_intern_ghostndof3dconnexion "${SRC2}" "${INC}" "${INC_SYS}") endif() -- cgit v1.2.3