We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3e2b3 commit f2be78aCopy full SHA for f2be78a
hatch_build.py
@@ -85,7 +85,7 @@ def initialize(self, version, build_data):
85
)
86
# Check checksum
87
print(f"Checking {lua_src}")
88
- self.check_sha256(lua_src, lua_checksum)
+ self.check_sha256(lua_src, os.path.join(root_dir, lua_checksum))
89
# Extract archive
90
shutil.unpack_archive(lua_src, build_dir)
91
# Change to extracted Lua source directory
0 commit comments