Browse Source

c_check: Unlink correct file

tags/v0.3.7
Michael Lass 6 years ago
parent
commit
9cdc828afa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c_check

+ 1
- 1
c_check View File

@@ -240,7 +240,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
} else {
$no_avx512 = 0;
}
unlink("tmpf.o");
unlink("$tmpf.o");
}
}



Loading…
Cancel
Save