bin/pppconfig: undefined new stdlibc++ jamfile fix

This commit is contained in:
Alexander von Gluck IV 2017-04-23 16:09:40 +00:00
parent 0b00d855e1
commit e58f2c44ad

View File

@ -18,7 +18,7 @@ UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared
BinCommand pppconfig :
pppconfig.cpp
:
be libppp.a $(TARGET_LIBSUPC++) $(TARGET_NETWORK_LIBS)
be libppp.a [ TargetLibsupc++ ] libbsd.so $(TARGET_NETWORK_LIBS)
;
# Installation -- in the test directory for the time being