diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-01 09:36:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-01 09:36:09 +0000 |
commit | ccac580453685e5288323579e8855e5c4653c751 (patch) | |
tree | 551b95c2dd04968e97e30a8ee4bb836bd2af5a4b /lclipd.lua | |
parent | fixed some bugs (diff) | |
download | lclip-ccac580453685e5288323579e8855e5c4653c751.tar.gz lclip-ccac580453685e5288323579e8855e5c4653c751.zip |
adding the vendored dependency
Diffstat (limited to 'lclipd.lua')
-rwxr-xr-x | lclipd.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ local posix_wait = require("posix.sys.wait") local libgen = require("posix.libgen") -- we have a vendored dependency +-- https://github.com/rxi/json.lua local base_path = libgen.dirname(arg[0]) package.path = package.path .. ";" .. base_path .. "/?.lua" local json = require("json") |