Skip to content

Commit

Permalink
mkdir vsenv cache
Browse files Browse the repository at this point in the history
so that an initial setup can write to the cache
  • Loading branch information
annacrombie committed Feb 20, 2025
1 parent c2c1e41 commit 063b2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ setup_platform_env(const char *build_dir, bool force)
if (build_dir) {
path_copy(0, &cache, build_dir);
path_push(0, &cache, output_path.private_dir);
fs_mkdir_p(cache.buf);
if (fs_dir_exists(cache.buf)) {
path_push(0, &cache, "vsenv.txt");
cache_path = cache.buf;
Expand Down

0 comments on commit 063b2bb

Please sign in to comment.