aboutsummaryrefslogtreecommitdiffstats
path: root/lclipd.lua
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-03-01 09:36:09 +0000
committerterminaldweller <thabogre@gmail.com>2023-03-01 09:36:09 +0000
commitccac580453685e5288323579e8855e5c4653c751 (patch)
tree551b95c2dd04968e97e30a8ee4bb836bd2af5a4b /lclipd.lua
parentfixed some bugs (diff)
downloadlclip-ccac580453685e5288323579e8855e5c4653c751.tar.gz
lclip-ccac580453685e5288323579e8855e5c4653c751.zip
adding the vendored dependency
Diffstat (limited to '')
-rwxr-xr-xlclipd.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lclipd.lua b/lclipd.lua
index 4d2c0b7..c7ed238 100755
--- a/lclipd.lua
+++ b/lclipd.lua
@@ -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")