Add -lexecinfo for BSD

This commit is contained in:
Kevin Zheng 2020-10-13 10:15:17 -07:00
parent 96123c3429
commit a1d1156407
2 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,10 @@ win32 {
LIBS += -lpsapi -ldbghelp
}
*bsd* {
LIBS += -lexecinfo
}
# Note: this accounts for UI-generated headers placed into the output folders in
# shadow builds:
INCLUDEPATH += $$DESTDIR/laybasic/laybasic

View File

@ -1,6 +1,9 @@
TEMPLATE = subdirs
SUBDIRS = tl unit_tests
*bsd* {
LIBS += -lexecinfo
}
unit_tests.depends += tl