Browse Source

Fixed building on Mac OS 10.9

Alex Szpakowski 11 years ago
parent
commit
cfd030d4ab

+ 2 - 0
platform/macosx/love-framework.xcodeproj/project.pbxproj

@@ -2340,6 +2340,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ENABLE_MODULES = NO;
 				COMBINE_HIDPI_IMAGES = YES;
 				DYLIB_COMPATIBILITY_VERSION = 9.0;
 				DYLIB_CURRENT_VERSION = 9.0;
@@ -2361,6 +2362,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ENABLE_MODULES = NO;
 				COMBINE_HIDPI_IMAGES = YES;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DYLIB_COMPATIBILITY_VERSION = 9.0;

File diff suppressed because it is too large
+ 22295 - 22289
src/modules/graphics/opengl/GLee.c


File diff suppressed because it is too large
+ 947 - 947
src/modules/graphics/opengl/GLee.h


Some files were not shown because too many files changed in this diff