diff options
Diffstat (limited to 'src/xyz/euandreh/posix.scm')
-rw-r--r-- | src/xyz/euandreh/posix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/posix.scm b/src/xyz/euandreh/posix.scm index cfc8e2e..01c06c6 100644 --- a/src/xyz/euandreh/posix.scm +++ b/src/xyz/euandreh/posix.scm @@ -19,4 +19,4 @@ (string-append out "/bin/c99")))))))))))) (list - tcc-c99) + tcc-c99) |