mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Add missing semicolon
[SVN r37054]
This commit is contained in:
@@ -250,7 +250,7 @@ if ! [ feature.values <toolset> ]
|
||||
ECHO "warning: Configuring default toolset" \"$(default-toolset)\". ;
|
||||
ECHO "warning: If the default is wrong, you may not be able to build C++ programs." ;
|
||||
ECHO "warning: Use the \"--toolset=xxxxx\" option to override our guess." ;
|
||||
ECHO "warning: For more configuration options, please consult"
|
||||
ECHO "warning: For more configuration options, please consult" ;
|
||||
ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user