~dieggsy/chicken-genann

cb653213976393fceb403bcc57a9acd4eec88a67 — Peter Bex 4 years ago 24ceb44
Fix build for CHICKEN 5.2.0

Adding a C source file to the command line doesn't work as expected,
instead the c-object option should be used, as described in
https://bugs.call-cc.org/ticket/1655
1 files changed, 2 insertions(+), 2 deletions(-)

M genann.egg
M genann.egg => genann.egg +2 -2
@@ 3,6 3,6 @@
 (category misc)
 (license "Zlib")
 (components
  (c-object genann_src)
  (extension genann
             (csc-options "./genann_src.c"
                          -O3 -C -O3))))
             (objects genann_src))))