1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

OpenBSD: support Boehm-GC, X11 and Sqlite (#10300)

This commit is contained in:
Uwe Krüger
2021-06-01 21:28:30 +02:00
committed by GitHub
parent 14d09aa7c2
commit ce3e71cb8e
4 changed files with 31 additions and 15 deletions

View File

@ -85,7 +85,7 @@ fn print_backtrace_skipping_top_frames_linux(skipframes int) bool {
$if no_backtrace ? {
return false
} $else {
$if !freestanding {
$if linux && !freestanding {
$if tinyc {
C.tcc_backtrace(c'Backtrace')
return false