use cxxabi for demangling on linux/windows

This commit is contained in:
Michael Scire
2022-03-10 15:24:26 -08:00
committed by SciresM
parent ee5f99fdb4
commit 49cddd68e4
5 changed files with 15 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ export LIBS := -lstratosphere -lnx
else ifeq ($(ATMOSPHERE_BOARD),generic_windows)
export LIBS := -lstratosphere -lwinmm -lws2_32 -lbcrypt -lbfd -liberty -lintl -lz
else ifeq ($(ATMOSPHERE_BOARD),generic_linux)
export LIBS := -lstratosphere -pthread -lbfd -liberty -ldl
export LIBS := -lstratosphere -pthread -lbfd
else ifeq ($(ATMOSPHERE_BOARD),generic_macos)
export LIBS := -lstratosphere -pthread
else