Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Fix build on musl libc systems #324

Closed macro187 closed 1 year ago

macro187 commented 1 year ago

MUSL libc (used on Alpine Linux and others) doesn't provide the backtrace_* symbols used by the optional BacktraceHandler functionality, so disable it when CRuntime_Musl.