travis build fix
This commit is contained in:
		@@ -260,6 +260,7 @@ if(APPLE)
 | 
				
			|||||||
		"-framework AudioToolbox"
 | 
							"-framework AudioToolbox"
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
elseif(LINUX)
 | 
					elseif(LINUX)
 | 
				
			||||||
 | 
						set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
 | 
				
			||||||
	target_link_libraries(sokol X11 GL m dl asound)
 | 
						target_link_libraries(sokol X11 GL m dl asound)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user