pkgman: link against needed libstdc++

This commit is contained in:
Ingo Weinhold 2013-08-17 09:31:24 +02:00
parent 536ff120f0
commit 464ee61f45

View File

@ -21,5 +21,5 @@ BinCommand pkgman :
RepositoryBuilder.cpp
:
package be
$(TARGET_LIBSUPC++)
$(TARGET_LIBSUPC++) $(TARGET_LIBSTDC++)
;