mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +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;
|
const char *reldir;
|
||||||
int left;
|
int left;
|
||||||
boolean fileabs;
|
boolean fileabs;
|
||||||
|
#ifdef __unix__
|
||||||
const char *link;
|
const char *link;
|
||||||
|
#endif
|
||||||
|
|
||||||
logdir = D_Home();
|
logdir = D_Home();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue