diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-14 12:13:36 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-14 12:13:36 -0500 |
commit | d2be6ccef06f0a7174734706c669da8b2ffffad8 (patch) | |
tree | 2ed8f03a0a36cafa16b46f648cdc6cca1d47945c | |
parent | 80c15cc8c2bc86f814acbd62e684680e40c1e27e (diff) | |
download | luafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.tar.gz luafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.tar.bz2 luafilesystem-packaging-d2be6ccef06f0a7174734706c669da8b2ffffad8.zip |
Add a space in front of cflags
Needed so luarocks doesn't think it's an argument
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cd luafilesystem | 3 | cd luafilesystem |
4 | luarocks config variables.CFLAGS "$CFLAGS" | 4 | luarocks config variables.CFLAGS " $CFLAGS" |
5 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec | 5 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec |
6 | cp luafilesystem-scm-1.mingw32-x86_64.rock /root | 6 | cp luafilesystem-scm-1.mingw32-x86_64.rock /root |