mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Looks like that might be needed on OSX after all
This commit is contained in:
		
							parent
							
								
									d7ad14ae20
								
							
						
					
					
						commit
						b027f7fe15
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		|  | @ -5,12 +5,8 @@ cmake_minimum_required(VERSION 2.8.11) | |||
| project(citra) | ||||
| 
 | ||||
| if (NOT MSVC) | ||||
|     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-attributes") | ||||
|      | ||||
|     if (NOT APPLE) | ||||
|         set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread") | ||||
|         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") | ||||
|     endif() | ||||
|     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-attributes -pthread") | ||||
|     set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") | ||||
| else() | ||||
|     # Silence deprecation warnings | ||||
|     add_definitions(/D_CRT_SECURE_NO_WARNINGS) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue