mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
BSD: Fix the previous commit. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4805 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
828382c290
commit
750a98953b
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ static void G_LoadAddon(void)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined __APPLE__ || defined __linux__
|
||||
#if defined __APPLE__ || defined __linux__ || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
|
||||
static void G_AddSteamPaths(const char *basepath)
|
||||
{
|
||||
char buf[BMAX_PATH];
|
||||
|
|
Loading…
Reference in a new issue