From 051963c7fee2c453d086c6792282f4c299bdf68c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 29 Jan 2020 13:56:48 -0800 Subject: Add support for building multiple configurations Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo --- pkg/pcre/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/pcre') diff --git a/pkg/pcre/gen.lua b/pkg/pcre/gen.lua index 190984a7..de9f989e 100644 --- a/pkg/pcre/gen.lua +++ b/pkg/pcre/gen.lua @@ -38,6 +38,6 @@ lib('libpcre.a', { 'pcre_version.c', 'pcre_xclass.c', '$outdir/pcre_chartables.c', -}, {'$dir/headers'}) +}, {'$gendir/headers'}) fetch 'curl' -- cgit v1.2.3