mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-31 13:40:06 +01:00
Always use wget on linux to download the XLX host file as some distros are missing wxhttp
This commit is contained in:
parent
7039487816
commit
25eeee30b7
|
|
@ -19,7 +19,9 @@
|
|||
|
||||
#ifndef XLXHostsFileDownloader_H
|
||||
#define XLXHostsFileDownloader_H
|
||||
//#define XLX_USE_WGET
|
||||
#if !defined (_WINDOWS__)
|
||||
#define XLX_USE_WGET //for som reason libwx is missing the net stuff on some distros, therefore always use wget if we are not compiling under windows
|
||||
#endif
|
||||
#include <wx/wx.h>
|
||||
|
||||
class CXLXHostsFileDownloader {
|
||||
|
|
|
|||
Loading…
Reference in a new issue