travis build fix

This commit is contained in:
nesbox 2018-09-21 21:07:38 +03:00
parent 8deb9ec1cb
commit c55e90cee8
1 changed files with 1 additions and 0 deletions

View File

@ -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()