Rakefile: explicitly link against libstdc++

Fixes compilation with afl-clang++
This commit is contained in:
Moritz Bunkus 2020-09-20 13:23:49 +02:00
parent 396ead1221
commit 74c5272591
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -1051,6 +1051,7 @@ $common_libs = [
:iconv,
:fmt,
:pcre2,
"-lstdc++",
]
$common_libs += [:cmark] if c?(:USE_QT)