mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
we only need link on unix systems
This commit is contained in:
parent
e673833780
commit
7201e165a4
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…
Add table
Reference in a new issue