mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
Merge branch 'master' of github.com:notwa/rc
This commit is contained in:
commit
bd62e4cce5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ compile() {
|
|||
fi
|
||||
done
|
||||
|
||||
echo $compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out >&2
|
||||
echo $compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out
|
||||
$compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out >&2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue