This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Commit a9b1e8a
committed
Fix #4, issue when using space in path
C compiler must be called with -cixxx option. If xxx contains spaces, it
must be called with -ci"xxx". When using this double quote solution and
space between c and i, this is the case. Else the space in xxx is interpreted
as a separator.1 parent 14f6a9b commit a9b1e8a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments