mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Include .scm/.sld file in traces, not .c file
This commit is contained in:
parent
f107a40648
commit
5b997fe0a8
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
(with-output-to-file
|
(with-output-to-file
|
||||||
src-file
|
src-file
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(c-compile-and-emit program lib-deps src-file)))))
|
(c-compile-and-emit program lib-deps in-file)))))
|
||||||
(result (create-c-file in-prog)))
|
(result (create-c-file in-prog)))
|
||||||
|
|
||||||
;; Compile the generated C file
|
;; Compile the generated C file
|
||||||
|
|
Loading…
Add table
Reference in a new issue