mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	Fix one of the two 64 bit link errors
This commit is contained in:
		| @@ -9297,6 +9297,7 @@ | ||||
| 				ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | ||||
| 				CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||||
| 				"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++"; | ||||
| 				CLANG_LINK_OBJC_RUNTIME = NO; | ||||
| 				CONFIG_DEBUG = yes; | ||||
| 				CONFIG_FLAGS = ""; | ||||
| 				CONFIG_STATIC = no; | ||||
| @@ -9748,6 +9749,7 @@ | ||||
| 				ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | ||||
| 				CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||||
| 				"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++"; | ||||
| 				CLANG_LINK_OBJC_RUNTIME = NO; | ||||
| 				CONFIG_DEBUG = no; | ||||
| 				CONFIG_FLAGS = ""; | ||||
| 				CONFIG_STATIC = no; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user