conftest: fix globbing to match MSVC
This commit is contained in:
parent
b46f7461a3
commit
497f9393e0
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
# define TRIPLET TRIPLET_ARCH "-" TRIPLET_OS "-" TRIPLET_ABI
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
int _CRT_glob = 0;
|
||||
#endif
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
switch(argc == 2 ? argv[1][0] : 0) {
|
||||
|
|
Loading…
Reference in a new issue