Skip to content

Commit 462f71d

Browse files
bilkeoberpar
authored andcommitted
Fix genhtml on macOS
Closes #102. Signed-off-by: Lars Bilke <[email protected]>
1 parent d1d3024 commit 462f71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/genhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5390,7 +5390,7 @@ sub demangle_list($)
53905390
# Extra flag necessary on OS X so that symbols listed by gcov get demangled
53915391
# properly.
53925392
if ($demangle_arg eq "" && $^O eq "darwin") {
5393-
$demangle_arg = "--no-strip-underscores";
5393+
$demangle_arg = "--no-strip-underscore";
53945394
}
53955395

53965396
# Build translation hash from c++filt output

0 commit comments

Comments
 (0)