writeCBin: fix formatting
This commit is contained in:
parent
53232aec11
commit
27123795ad
1 changed files with 4 additions and 4 deletions
|
@ -315,10 +315,10 @@ rec {
|
|||
allowSubstitutes = false;
|
||||
}
|
||||
''
|
||||
n=$out/bin/$name
|
||||
mkdir -p "$(dirname "$n")"
|
||||
mv "$codePath" code.c
|
||||
$CC -x c code.c -o "$n"
|
||||
n=$out/bin/$name
|
||||
mkdir -p "$(dirname "$n")"
|
||||
mv "$codePath" code.c
|
||||
$CC -x c code.c -o "$n"
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue