mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
Fixed build.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user