diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-13 16:48:51 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-13 16:48:51 -0500 |
commit | 249ee384da87b747496820627ccee24fb505862d (patch) | |
tree | 8b3b7492715750ffc054dd3301a3cc0608ca2fb8 /init | |
parent | 38f670d89ca5038c1d552bc574d5fe4e129ea47b (diff) | |
download | luafilesystem-packaging-249ee384da87b747496820627ccee24fb505862d.tar.gz luafilesystem-packaging-249ee384da87b747496820627ccee24fb505862d.tar.bz2 luafilesystem-packaging-249ee384da87b747496820627ccee24fb505862d.zip |
Use luarocks image
Diffstat (limited to 'init')
-rwxr-xr-x | init | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | |||
3 | cd luafilesystem | ||
4 | luarocks config variables.CFLAGS "$CFLAGS" | ||
5 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec | ||
6 | cp luafilesystem-scm-1.mingw32-x86_64.rock /root | ||