mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
we only need link on unix systems
This commit is contained in:
parent
45c432462e
commit
ff004c4cf6
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue