Skip to content

Commit

Permalink
Support LINKCMD for Win64 Environment64
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-anderson committed Oct 15, 2013
1 parent bafe0cb commit 3d3f87b
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 3d3f87b

Please sign in to comment.