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:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user