Skip to content

Commit f2be78a

Browse files
committed
hatch_build.py updated
1 parent ec3e2b3 commit f2be78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def initialize(self, version, build_data):
8585
)
8686
# Check checksum
8787
print(f"Checking {lua_src}")
88-
self.check_sha256(lua_src, lua_checksum)
88+
self.check_sha256(lua_src, os.path.join(root_dir, lua_checksum))
8989
# Extract archive
9090
shutil.unpack_archive(lua_src, build_dir)
9191
# Change to extracted Lua source directory

0 commit comments

Comments
 (0)