Skip to content

Commit

Permalink
cmake: Fix script plugin path on Linux with CMake 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tytan652 authored and RytoEX committed Jun 8, 2024
1 parent f9f4171 commit 7a4cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(OBS_CMAKE_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake")

# Set additional paths used by OBS for self-discovery
set(OBS_PLUGIN_PATH "${CMAKE_INSTALL_LIBDIR}/obs-plugins")
set(OBS_SCRIPT_PLUGIN_PATH "${CMAKE_INSTALL_LIBDIR}/obs-scripting")
set(OBS_SCRIPT_PLUGIN_PATH "../${CMAKE_INSTALL_LIBDIR}/obs-scripting")
set(OBS_DATA_PATH "${OBS_DATA_DESTINATION}")
set(OBS_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

Expand Down

0 comments on commit 7a4cb08

Please sign in to comment.