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