spell util correctly
svn: r4060
This commit is contained in:
parent
b69603ce03
commit
22e4122a81
|
@ -7,7 +7,7 @@
|
|||
name))
|
||||
(when (system (format "gcc -o ~a -O2 -D___SINGLE_HOST ~a.c ~a_.c -lgambc -lm -ldl~a"
|
||||
name name name
|
||||
(if (file-exists? "/usr/lib/libtuil.a")
|
||||
(if (file-exists? "/usr/lib/libutil.a")
|
||||
" -lutil"
|
||||
"")))
|
||||
(delete-file (format "~a.c" name))
|
||||
|
|
Loading…
Reference in New Issue
Block a user