Always use wget on linux to download the XLX host file as some distros are missing wxhttp

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-03-24 17:29:03 +01:00
parent 7039487816
commit 25eeee30b7

View file

@ -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 {