Skip to content

Commit

Permalink
Merge pull request #40 from incinirate/patch-1
Browse files Browse the repository at this point in the history
Fix linux build
  • Loading branch information
bjornbytes committed Mar 4, 2018
2 parents 7e58e26 + 9f2a9c6 commit 58e59d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ elseif(WIN32)
else()
pkg_search_module(ODE REQUIRED ode)
include_directories(${ODE_INCLUDE_DIRS})
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lstdc++")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lstdc++ -lpthread")
set(LOVR_ODE ode)
endif()

Expand Down

0 comments on commit 58e59d9

Please sign in to comment.