Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-09-14 01:42:52 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-09-14 01:42:52 +0400
commite05fc7bb2f204103349866c425b3cc845127d0f2 (patch)
tree84a09bae836c6ce7f2aa025e33fe311b5c4f455b /intern
parentc446015974803054398da8ec3ad33e4c16f1d06d (diff)
Cleanup for last commit
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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()