Skip to content

Commit

Permalink
app_sqlang: link against libstdc++
Browse files Browse the repository at this point in the history
- fix on linux for undefined symbol: __cxa_pure_virtual
  • Loading branch information
miconda committed Apr 24, 2017
1 parent 5071895 commit 8be1111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/app_sqlang/Makefile
Expand Up @@ -8,7 +8,7 @@ auto_gen=
NAME=app_sqlang.so

DEFS+=-DKAMAILIO_MOD_INTERFACE -I./squirrel/include
LIBS += -L. -lsquirrel -lsqstdlib
LIBS += -L. -lsquirrel -lsqstdlib -lstdc++

include ../../Makefile.modules

Expand Down

0 comments on commit 8be1111

Please sign in to comment.