From d2be6ccef06f0a7174734706c669da8b2ffffad8 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 14 Aug 2024 12:13:36 -0500 Subject: Add a space in front of cflags Needed so luarocks doesn't think it's an argument --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 87b093a..010113c 100755 --- a/init +++ b/init @@ -1,6 +1,6 @@ #!/bin/sh -ex cd luafilesystem -luarocks config variables.CFLAGS "$CFLAGS" +luarocks config variables.CFLAGS " $CFLAGS" luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec cp luafilesystem-scm-1.mingw32-x86_64.rock /root -- cgit v1.2.3-55-g6feb