Jelajahi Sumber

obs-scripting: Search native libraries in Lua script's location

Smartkin 2 tahun lalu
induk
melakukan
e0bc8a8c9c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      deps/obs-scripting/obs-scripting-lua.c

+ 1 - 0
deps/obs-scripting/obs-scripting-lua.c

@@ -52,6 +52,7 @@ static const char *get_script_path_func = "\
 function script_path()\n\
 	 return \"%s\"\n\
 end\n\
+package.cpath = package.cpath .. \";\" .. script_path() .. \"/?." SO_EXT "\"\n\
 package.path = package.path .. \";\" .. script_path() .. \"/?.lua\"\n";
 
 static char *startup_script = NULL;