we only need link on unix systems

This commit is contained in:
Alam Ed Arias 2019-12-27 13:05:15 -05:00
parent 45c432462e
commit ff004c4cf6
1 changed files with 2 additions and 0 deletions

View File

@ -142,7 +142,9 @@ int main(int argc, char **argv)
const char *reldir;
int left;
boolean fileabs;
#ifdef __unix__
const char *link;
#endif
logdir = D_Home();