From c55e90cee89ba066a4ffe5108c22b732a3c73780 Mon Sep 17 00:00:00 2001 From: nesbox Date: Fri, 21 Sep 2018 21:07:38 +0300 Subject: [PATCH] travis build fix --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8625f7..a9ba538 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,6 +260,7 @@ if(APPLE) "-framework AudioToolbox" ) elseif(LINUX) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") target_link_libraries(sokol X11 GL m dl asound) endif()