mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 05:25:41 +00:00
updating osx build
This commit is contained in:
@ -32,7 +32,7 @@ if (EMSCRIPTEN)
|
||||
ADD_DEFINITIONS(-DDISABLE_NATIVE_PRESETS)
|
||||
endif (EMSCRIPTEN)
|
||||
|
||||
OPTION (USE_GLES1 "Use OpenGL ES" ON)
|
||||
OPTION (USE_GLES1 "Use OpenGL ES" OFF)
|
||||
CMAKE_DEPENDENT_OPTION (USE_FBO "Use Framebuffer Objects for increased rendering quality. Disable this if you are experiencing problems on older or poorly supported hardware." ON "${USE_GLES1}" OFF) # disabled by default for GLES
|
||||
OPTION(USE_FTGL "Use FTGL for on-screen fonts" ${USE_FTGL_DEF})
|
||||
OPTION (USE_THREADS "Use threads for parallelization" ${USE_THREADS_DEF})
|
||||
|
||||
@ -221,7 +221,7 @@
|
||||
"$(SRCROOT)/../libprojectM/**",
|
||||
"$(SRCROOT)/../projectM-iTunes/macos/contrib",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
@ -262,7 +262,7 @@
|
||||
"$(SRCROOT)/../libprojectM/**",
|
||||
"$(SRCROOT)/../projectM-iTunes/macos/contrib",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user