Skip to content

Commit

Permalink
The build home dir now has a more serious name
Browse files Browse the repository at this point in the history
  • Loading branch information
PatZim committed Dec 1, 2019
1 parent ab2ba1a commit 8b7d065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/templates/moar/rakudo-m-build.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(int argc, char *argv[])
// Hack: Explicitly set a dummy RAKUDO_HOME, so the autogenerated
// CompUnitRepo folder structure does not end up in the build directories
// parent folder.
setenv("RAKUDO_HOME", "@c_escape(@nfp(@base_dir@/gen/dummy_p6_home)@)@", 1);
setenv("RAKUDO_HOME", "@c_escape(@nfp(@base_dir@/gen/build_rakudo_home)@)@", 1);

execve(moar, exec_argv, environ);

Expand Down
2 changes: 1 addition & 1 deletion tools/templates/moar/rakudo-m-build.c.windows
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int wmain(int argc, wchar_t *argv[]) {

// Hack: Explicitly set a dummy RAKUDO_HOME, so the autogenerated CompUnitRepo
// folder structure does not end up in the build directories parent folder.
_wputenv_s(L"RAKUDO_HOME", L"@c_escape(@nfp(@base_dir@/gen/dummy_p6_home)@)@");
_wputenv_s(L"RAKUDO_HOME", L"@c_escape(@nfp(@base_dir@/gen/build_rakudo_home)@)@");

// Execute the command and wait for it to finish.
ZeroMemory(&si, sizeof(si));
Expand Down

0 comments on commit 8b7d065

Please sign in to comment.