mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	libusb: Apple is a POSIX system
This commit is contained in:
		
							parent
							
								
									d9fb6dbd37
								
							
						
					
					
						commit
						f54f29198f
					
				
							
								
								
									
										2
									
								
								externals/libusb/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/libusb/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,4 @@
 | 
			
		||||
if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux"))
 | 
			
		||||
if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE)
 | 
			
		||||
    set(LIBUSB_FOUND ON CACHE BOOL "libusb is present" FORCE)
 | 
			
		||||
    set(LIBUSB_VERSION "1.0.24" CACHE STRING "libusb version string" FORCE)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user