mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	Fix Windows build
This commit is contained in:
		
							parent
							
								
									e7d2118858
								
							
						
					
					
						commit
						e213f91373
					
				@ -114,7 +114,7 @@ IF (APPLE)
 | 
			
		||||
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
 | 
			
		||||
    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
 | 
			
		||||
ELSEIF(WIN32)
 | 
			
		||||
    set(PLATFORM_LIBRARIES winmm)
 | 
			
		||||
    set(PLATFORM_LIBRARIES winmm ws2_32)
 | 
			
		||||
ELSE()
 | 
			
		||||
    set(PLATFORM_LIBRARIES rt)
 | 
			
		||||
ENDIF (APPLE)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user