Need cstdlib for systems calls in generator files. update to package_release.ps1

This commit is contained in:
2024-10-27 21:38:02 -04:00
parent 1417a68757
commit 81a0376c99
4 changed files with 54 additions and 49 deletions

View File

@ -20,6 +20,8 @@ constexpr char const* generation_notice =
"// This file was generated automatially by gencpp's bootstrap.cpp "
"(See: https://github.com/Ed94/gencpp)\n\n";
#include <cstdlib> // for system()
void format_file( char const* path )
{
String resolved_path = String::make(GlobalAllocator, to_str(path));