travis fix

This commit is contained in:
nesbox 2018-09-21 21:31:31 +03:00
parent c55e90cee8
commit 6dc77d5f3f
1 changed files with 1 additions and 1 deletions

View File

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