obs-scripting: Fix script plugin destination path on MacOS
The actual plugin files get copied to obs-scripting/ without the 64bit subdir like everything else on MacOs, fix this path accordingly otherwise the scripting home dir passed to Python is incorrect
This commit is contained in:
parent
66967b7a55
commit
f6aed7cb72
@ -61,7 +61,7 @@ if(NOT UNIX_STRUCTURE)
|
||||
set(OBS_INSTALL_PREFIX "")
|
||||
set(OBS_RELATIVE_PREFIX "../")
|
||||
|
||||
set(OBS_SCRIPT_PLUGIN_DESTINATION "${OBS_DATA_DESTINATION}/obs-scripting/${_lib_suffix}bit")
|
||||
set(OBS_SCRIPT_PLUGIN_DESTINATION "${OBS_DATA_DESTINATION}/obs-scripting")
|
||||
else()
|
||||
set(OBS_EXECUTABLE_DESTINATION "bin/${_lib_suffix}bit")
|
||||
set(OBS_EXECUTABLE32_DESTINATION "bin/32bit")
|
||||
|
Loading…
x
Reference in New Issue
Block a user