diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-19 13:23:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-19 13:23:51 +0200 |
commit | 87690881f2e0104208ed5f2e78bd2af50d84b67b (patch) | |
tree | deb664e94d4eb4e71d78273e8ee736b1dcb2452e | |
parent | 6465362bb91628362b3849f958ccbe29a8db56a2 (diff) |
Minor build fix
-rw-r--r-- | bdep/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/buildfile b/bdep/buildfile index 4496241..59e239b 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -104,7 +104,7 @@ switch $cxx.class # Make sure backtrace includes function names. # -if ($cxx.target.class == 'linux') +if ($cxx.target.class == 'linux' && $cc.stdlib == 'glibc') cxx.loptions += -rdynamic # @@ TMP work around what looks like Clang bug #45021 (first triggered with |