From eee989154ee703f8984feba1422206bc2f4975d6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 15 Dec 2018 05:57:59 -0500 Subject: project: generate extension objects under pyext/obj rather than Modules subdir. --- project/pyexts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/pyexts.c') diff --git a/project/pyexts.c b/project/pyexts.c index 5048ffe..be4329b 100644 --- a/project/pyexts.c +++ b/project/pyexts.c @@ -249,7 +249,7 @@ int main(int argc, char ** argv) for (parg=p->srcs; *parg; parg++) printf("PYEXT_%s_SRCS%s+= " - "Modules/%s.c\n", + "pyext/obj/%s.c\n", uname,dtab,*parg); printf("\n"); -- cgit v1.2.3