Skip to content

Commit

Permalink
#340 linux: path to obs plugins libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ludocosmo committed Mar 29, 2022
1 parent 96010f1 commit d4caa76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/Modules/ObsHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ else()
set(OBS_LIBRARY_DESTINATION "lib${OBS_MULTIARCH_SUFFIX}")
set(OBS_LIBRARY32_DESTINATION "lib32")
set(OBS_LIBRARY64_DESTINATION "lib64")
set(OBS_PLUGIN_DESTINATION "${OBS_LIBRARY_DESTINATION}/obs-plugins")
# note ludo #340 Linux path to obs plugins libraries
# set(OBS_PLUGIN_DESTINATION "${OBS_LIBRARY_DESTINATION}/obs-plugins")
set(OBS_PLUGIN_DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/obs-plugins")
set(OBS_PLUGIN32_DESTINATION "${OBS_LIBRARY32_DESTINATION}/obs-plugins")
set(OBS_PLUGIN64_DESTINATION "${OBS_LIBRARY64_DESTINATION}/obs-plugins")
set(OBS_DATA_DESTINATION "share/obs")
Expand Down

0 comments on commit d4caa76

Please sign in to comment.