use multiarch compatible plugin lib path
use OBS_PLUGIN_DESTINATION instead of hardcoded path for module_bin
This commit is contained in:
parent
12d149bd3a
commit
1ba39b08ca
@ -38,7 +38,7 @@ const char *get_module_extension(void)
|
||||
|
||||
static const char *module_bin[] = {
|
||||
"../../obs-plugins/" BIT_STRING,
|
||||
OBS_INSTALL_PREFIX "lib/obs-plugins",
|
||||
OBS_INSTALL_PREFIX "/" OBS_PLUGIN_DESTINATION
|
||||
};
|
||||
|
||||
static const char *module_data[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user