Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 12, 2011
1 parent 9bf9187 commit 3150d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/link.c
Expand Up @@ -233,7 +233,11 @@ int runLINK()

const char *cc = getenv("CC");
if (!cc)
#if HAS_POSIX_SPAWN
cc = "/usr/bin/gcc";
#else
cc = "gcc";
#endif
argv.push((char *)cc);
argv.insert(1, global.params.objfiles);

Expand Down

0 comments on commit 3150d94

Please sign in to comment.