Bläddra i källkod

use multiarch compatible plugin lib path

use OBS_PLUGIN_DESTINATION instead of hardcoded path for module_bin
Carl Fürstenberg 11 år sedan
förälder
incheckning
1ba39b08ca
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      libobs/obs-nix.c

+ 1 - 1
libobs/obs-nix.c

@@ -38,7 +38,7 @@ const char *get_module_extension(void)
 
 
 static const char *module_bin[] = {
 static const char *module_bin[] = {
 	"../../obs-plugins/" BIT_STRING,
 	"../../obs-plugins/" BIT_STRING,
-	OBS_INSTALL_PREFIX "lib/obs-plugins",
+	OBS_INSTALL_PREFIX "/" OBS_PLUGIN_DESTINATION
 };
 };
 
 
 static const char *module_data[] = {
 static const char *module_data[] = {