travis fix
This commit is contained in:
parent
c55e90cee8
commit
6dc77d5f3f
|
@ -260,7 +260,7 @@ if(APPLE)
|
||||||
"-framework AudioToolbox"
|
"-framework AudioToolbox"
|
||||||
)
|
)
|
||||||
elseif(LINUX)
|
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)
|
target_link_libraries(sokol X11 GL m dl asound)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue