diff options
Diffstat (limited to 'make/unit-cc.pl')
-rwxr-xr-x | make/unit-cc.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/unit-cc.pl b/make/unit-cc.pl index d4786b8fe..23a7dfb76 100755 --- a/make/unit-cc.pl +++ b/make/unit-cc.pl @@ -4,6 +4,8 @@ use warnings; BEGIN { push @INC, $ENV{SOURCEPATH}; } use make::configure; +chdir $ENV{BUILDPATH}; + my $out = shift; my $verbose; |