deps/obs-scripting: Fix formatting
This commit is contained in:
parent
0adb5b81e7
commit
6ab6fdffd1
3
deps/obs-scripting/obs-scripting-lua.c
vendored
3
deps/obs-scripting/obs-scripting-lua.c
vendored
@ -43,7 +43,8 @@ static const char *startup_script_template = "\
|
||||
for val in pairs(package.preload) do\n\
|
||||
package.preload[val] = nil\n\
|
||||
end\n\
|
||||
package.cpath = package.cpath .. \";\" .. \"%s/Contents/MacOS/?.so\" .. \";\" .. \"%s\" .. \"/?." SO_EXT "\"\n\
|
||||
package.cpath = package.cpath .. \";\" .. \"%s/Contents/MacOS/?.so\" .. \";\" .. \"%s\" .. \"/?." SO_EXT
|
||||
"\"\n\
|
||||
require \"obslua\"\n";
|
||||
|
||||
static const char *get_script_path_func = "\
|
||||
|
Loading…
x
Reference in New Issue
Block a user