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
diff options
context:
space:
mode:
-rw-r--r--intern/ghost/Makefile2
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/intern/ghost/Makefile b/intern/ghost/Makefile
index f809a32ac8f..c5a9c522655 100644
--- a/intern/ghost/Makefile
+++ b/intern/ghost/Makefile
@@ -38,7 +38,7 @@ TESTDIRS = test
include nan_subdirs.mk
-install: all debug
+install: all
@[ -d $(NAN_GHOST) ] || mkdir $(NAN_GHOST)
@[ -d $(NAN_GHOST)/include ] || mkdir $(NAN_GHOST)/include
@[ -d $(NAN_GHOST)/lib ] || mkdir $(NAN_GHOST)/lib
diff --git a/intern/ghost/intern/GHOST_WindowCarbon.cpp b/intern/ghost/intern/GHOST_WindowCarbon.cpp
index b3df566e8aa..68cd03026d8 100644
--- a/intern/ghost/intern/GHOST_WindowCarbon.cpp
+++ b/intern/ghost/intern/GHOST_WindowCarbon.cpp
@@ -51,7 +51,6 @@ AGL_RGBA,
AGL_DOUBLEBUFFER,
AGL_ACCELERATED,
AGL_DEPTH_SIZE, 32,
-AGL_AUX_BUFFERS, 1,
AGL_NONE,
};
@@ -61,7 +60,6 @@ AGL_DOUBLEBUFFER,
AGL_ACCELERATED,
AGL_FULLSCREEN,
AGL_DEPTH_SIZE, 32,
-AGL_AUX_BUFFERS, 1,
AGL_NONE,
};