Browse Source

use multiarch compatible plugin lib path

use OBS_PLUGIN_DESTINATION instead of hardcoded path for module_bin
Carl Fürstenberg 10 years ago
parent
commit
1ba39b08ca
1 changed files with 1 additions and 1 deletions
  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[] = {
 	"../../obs-plugins/" BIT_STRING,
-	OBS_INSTALL_PREFIX "lib/obs-plugins",
+	OBS_INSTALL_PREFIX "/" OBS_PLUGIN_DESTINATION
 };
 
 static const char *module_data[] = {