travis build fix
This commit is contained in:
parent
df22784d65
commit
2dfe63cf3d
|
@ -304,8 +304,8 @@ elseif(WIN32)
|
|||
target_link_libraries(sokol D3dcompiler_47)
|
||||
endif()
|
||||
elseif(LINUX)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
|
||||
target_link_libraries(sokol X11 GL m dl asound)
|
||||
find_package (Threads)
|
||||
target_link_libraries(sokol X11 GL m dl asound ${CMAKE_THREAD_LIBS_INIT})
|
||||
endif()
|
||||
|
||||
target_include_directories(sokol PRIVATE 3rd-party/sokol)
|
||||
|
|
Loading…
Reference in New Issue