Add stdc++ to common-lflags

This commit is contained in:
dain 2008-10-13 09:46:07 -06:00
parent 7dbd4903f0
commit 157b1facf8

View File

@ -64,7 +64,7 @@ build-cflags = $(common-cflags) -fPIC -fvisibility=hidden \
cflags = $(build-cflags)
common-lflags = -lm -lz
common-lflags = -lm -lz -lstdc++
lflags = $(common-lflags) -lpthread -ldl