package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
908 B
23 lines
908 B
5 months ago
|
diff --git a/tools/build/src/tools/msvc.jam b/tools/build/src/tools/msvc.jam
|
||
|
index 54a6ced..bac3932 100644
|
||
|
--- a/tools/build/src/tools/msvc.jam
|
||
|
+++ b/tools/build/src/tools/msvc.jam
|
||
|
@@ -1137,7 +1137,7 @@ local rule generate-setup-cmd ( version : command : parent : options * : cpu : g
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
- if [ MATCH "(14.3)" : $(version) ]
|
||
|
+ if [ MATCH "(14.[34])" : $(version) ]
|
||
|
{
|
||
|
if $(.debug-configuration)
|
||
|
{
|
||
|
@@ -1316,7 +1316,7 @@ local rule configure-really ( version ? : options * )
|
||
|
# version from the path.
|
||
|
# FIXME: We currently detect both Microsoft Visual Studio 9.0 and
|
||
|
# 9.0express as 9.0 here.
|
||
|
- if [ MATCH "(MSVC\\\\14.3)" : $(command) ]
|
||
|
+ if [ MATCH "(MSVC\\\\14.[34])" : $(command) ]
|
||
|
{
|
||
|
version = 14.3 ;
|
||
|
}
|