Fixed build.
This commit is contained in:
parent
e3b5bfeb36
commit
cb2ec2316a
4 changed files with 3 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include "getopt/getopt.h"
|
||||
# include "3rdparty/getopt/getopt.h"
|
||||
#else
|
||||
# include <getopt.h>
|
||||
#endif
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include "getopt/getopt.h"
|
||||
# include "3rdparty/getopt/getopt.h"
|
||||
#else
|
||||
# include <getopt.h>
|
||||
#endif
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define XMRIG_USAGE_H
|
||||
|
||||
|
||||
#include "version.h"
|
||||
#include "../version.h"
|
||||
|
||||
|
||||
#include <string>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
if (WITH_HTTP)
|
||||
add_definitions(-DXMRIG_FEATURE_DMI)
|
||||
|
||||
list(APPEND HEADERS src/hw/api/HwApi.h)
|
||||
list(APPEND SOURCES src/hw/api/HwApi.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue