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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-16 14:09:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-16 14:09:07 +0400
commitc2ffcb84975b3854daea54cd987895a0d6695b9b (patch)
treecf3f2e893e27c904ae4d4a9b3fcccdb05869fa57 /intern
parent91a6fb4b5cc45e4ed0f5c8d3dcea7677ae06c12b (diff)
no functional changes
- add PySequenceMethods members (all NULL) - spaces -> tabs - cmake syntax warning from recent ghost commit
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 9b0511f5831..fa630ce26f0 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -84,7 +84,7 @@ ELSEIF(UNIX)
${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_SystemX11.cpp
${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_WindowX11.cpp
)
-ENDIF(UNIX)
+ENDIF(APPLE)
BLENDERLIB(bf_ghost "${SRC}" "${INC}")