Skip to content

Commit

Permalink
don't use the library path as the name for the libffi lib to link
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Jul 14, 2016
1 parent 008d241 commit fce82ac
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 @@ -45,7 +45,7 @@ link_directories(
add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_h} ${${PROJECT_NAME}_c})

target_link_libraries(${PROJECT_NAME}
${LIBFFI_LIBRARIES}
ffi
m
c
pthread
Expand Down

0 comments on commit fce82ac

Please sign in to comment.