Skip to content

Commit

Permalink
t/porting/cpphdrcheck.t: actually use ccflags
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 6, 2024
1 parent d0d2562 commit 31f622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/porting/cpphdrcheck.t
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ my $ccflags = $Config{ccflags};
# we add a similar C++ -std
$ccflags =~ s/-std[:=]\S+//;

$ccflags = join " ", map { "-I$_" }
$ccflags .= " " . join " ", map { "-I$_" }
File::Spec->catdir($cwd, ".."),
# win32 has special config.h handling during the build
File::Spec->catdir($cwd, "..", "lib", "CORE");
Expand Down

0 comments on commit 31f622b

Please sign in to comment.