Skip to content

Commit

Permalink
Object 119
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed Jan 7, 2025
1 parent f8ec401 commit ddec963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/fittencode/cc/projects/hash/init.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ddec963

Please sign in to comment.