diff --git a/src/bin/pkgman/Jamfile b/src/bin/pkgman/Jamfile index e57ee9a370..aebc297a40 100644 --- a/src/bin/pkgman/Jamfile +++ b/src/bin/pkgman/Jamfile @@ -21,5 +21,5 @@ BinCommand pkgman : RepositoryBuilder.cpp : package be - $(TARGET_LIBSUPC++) + $(TARGET_LIBSUPC++) $(TARGET_LIBSTDC++) ;