Do not unlink assets.h after building.

as per suggestion in #175
This commit is contained in:
Joris Vink 2017-03-06 10:42:07 +01:00
parent 7ec26a8c30
commit 8aaf7866c8
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ cli_build(int argc, char **argv)
requires_relink++;
}
(void)unlink(assets_header);
free(assets_header);
if (!cli_dir_exists("cert")) {