Fix bug in default CL macros (#2468)

* incorrect cl macros being defined
This commit is contained in:
Bob Brown
2018-08-30 17:00:56 -07:00
committed by GitHub
parent e9b8ad66a1
commit 25e29a01c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"-D_MSC_FULL_VER=191426428",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_AMD64=100"
"-D_M_AMD64=100"
],
"defaults_op" : "merge"
}
+1 -1
View File
@@ -12,7 +12,7 @@
"-D_MSC_FULL_VER=191426428",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_AMD64=100"
"-D_M_AMD64=100"
],
"defaults_op" : "merge"
}
+1 -1
View File
@@ -12,7 +12,7 @@
"-D_MSC_FULL_VER=191426428",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_AMD64=100"
"-D_M_AMD64=100"
],
"defaults_op" : "merge"
}