summaryrefslogtreecommitdiff
path: root/project/pyexts.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-15 05:57:59 -0500
committermidipix <writeonce@midipix.org>2018-12-15 05:57:59 -0500
commiteee989154ee703f8984feba1422206bc2f4975d6 (patch)
tree5d696edec02fa1ec7b357edf543385b7868c321b /project/pyexts.c
parentc457f5783fd5f52a648cf53074960e23bfc50da6 (diff)
downloadsbpython2-eee989154ee703f8984feba1422206bc2f4975d6.tar.bz2
sbpython2-eee989154ee703f8984feba1422206bc2f4975d6.tar.xz
project: generate extension objects under pyext/obj rather than Modules subdir.
Diffstat (limited to 'project/pyexts.c')
-rw-r--r--project/pyexts.c2
1 files changed, 1 insertions, 1 deletions
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");