From ddec963e5966a10e0cc4bc77a5f3608fcc903258 Mon Sep 17 00:00:00 2001 From: luozhiya Date: Tue, 7 Jan 2025 17:53:53 +0800 Subject: [PATCH] Object 119 --- lua/fittencode/cc/projects/hash/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/fittencode/cc/projects/hash/init.lua b/lua/fittencode/cc/projects/hash/init.lua index fff5498..74b0b59 100644 --- a/lua/fittencode/cc/projects/hash/init.lua +++ b/lua/fittencode/cc/projects/hash/init.lua @@ -1,6 +1,9 @@ +local cpath = package.cpath package.cpath = package.cpath .. ';' .. require('cpath') local _, So = pcall(require, 'hash') +package.cpath = cpath + if not _ then return end