Skip to content

Commit

Permalink
Update library path for new versions of OBS
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgeis committed Oct 28, 2020
1 parent 1ec3c8a commit f730ad2
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 @@ -44,7 +44,7 @@ endif()
set_target_properties(v4l2sink PROPERTIES PREFIX "")

install(TARGETS v4l2sink
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/obs-plugins)
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/x86_64-linux-gnu/obs-plugins)

install(DIRECTORY locale/
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/v4l2sink/locale")
Expand Down

0 comments on commit f730ad2

Please sign in to comment.