summaryrefslogtreecommitdiff
path: root/make/unit-cc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make/unit-cc.pl')
-rwxr-xr-xmake/unit-cc.pl2
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;