Skip to content

Commit 8deb38e

Browse files
committed
pyproject.toml updated, build script updated
1 parent e78a22f commit 8deb38e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ source = "vcs"
2323
[tool.hatch.build.targets.sdist]
2424
packages = ["python_lua_helper"]
2525
include = [
26-
"python_lua_helper/lua/lua-windows-*",
26+
"lua/lua-windows-*",
2727
]
2828

2929
[tool.hatch.build.targets.wheel]
3030
packages = ["python_lua_helper"]
3131
include = [
32-
"python_lua_helper/lua/lua.exe",
33-
"python_lua_helper/lua/lua",
32+
"lua/lua.exe",
33+
"lua/lua",
3434
]
3535

3636
[tool.hatch.build.targets.wheel.hooks.custom]

python_lua_helper/lua/build-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ make \
3434
MYLDFLAGS="-Os -pie -static -flto -fuse-linker-plugin -ffat-lto-objects"
3535

3636
$compiler-strip --strip-unneeded src/lua.exe
37-
cp src/lua.exe "$script_dir/lua-windows-$arch"
37+
cp -v src/lua.exe "$script_dir/lua-windows-$arch"

0 commit comments

Comments
 (0)