Skip to content

Commit

Permalink
Merge pull request #2667 from eco/env64-linkcmd
Browse files Browse the repository at this point in the history
Support LINKCMD for Win64 Environment64
  • Loading branch information
WalterBright authored and 9rnsr committed Oct 17, 2013
1 parent 0cca9dd commit 1094ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/link.c
Expand Up @@ -274,6 +274,8 @@ int runLINK()
}

char *linkcmd = getenv("LINKCMD64");
if (!linkcmd)
linkcmd = getenv("LINKCMD"); // backward compatible
if (!linkcmd)
{
if (vcinstalldir)
Expand Down

0 comments on commit 1094ca2

Please sign in to comment.