Skip to content

Commit ec3e2b3

Browse files
committed
hatch_build.py updated
1 parent 76aa70e commit ec3e2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def initialize(self, version, build_data):
7575
if not os.path.exists(lua_src):
7676
print(f"Downloading {lua_src}")
7777
self.run(
78-
build_dir,
78+
root_dir,
7979
"curl",
8080
"-s",
8181
"-L",

0 commit comments

Comments
 (0)