2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 14:42:14 +00:00

Fix STLport lib name, it doesn't use a trailing zero.

[SVN r24456]
This commit is contained in:
Rene Rivera
2004-08-13 11:44:41 +00:00
parent 7c0f144cbc
commit ae1e234ff7

View File

@@ -9,7 +9,7 @@
extends-toolset msvc ;
CURR_TOOLSET = msvc-stlport ;
STLPORT_LIB_BASE_NAME = stlport_vc60 ;
STLPORT_LIB_BASE_NAME = stlport_vc6 ;
# bring in the STLPort configuration
SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ;