mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Force toolset names to lowercase. Fixes problems with case insensitive fs where it doesn't fail to find the toolset if the case is different, but produces cased results which are incompatible with other builds.
[SVN r22355]
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
# all copies. This software is provided "as is" without express or implied
|
||||
# warranty, and with no claim as to its suitability for any purpose.
|
||||
|
||||
#
|
||||
# Enforce toolset names to be lowercase for consistency. This also
|
||||
# removes bugs for incompatible names on file systems that are
|
||||
# case-insensitive.
|
||||
#
|
||||
TOOLS = $(TOOLS:L) ;
|
||||
|
||||
SEARCH on <jam-module>allyourbase.jam = $(BOOST_BUILD_PATH) ;
|
||||
include <jam-module>allyourbase.jam ;
|
||||
SEARCH on <jam-module>boost-base.jam = $(BOOST_BUILD_PATH) ;
|
||||
|
||||
Reference in New Issue
Block a user