mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 06:52:33 -05:00
Fixed build.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# include "getopt/getopt.h"
|
# include "3rdparty/getopt/getopt.h"
|
||||||
#else
|
#else
|
||||||
# include <getopt.h>
|
# include <getopt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# include "getopt/getopt.h"
|
# include "3rdparty/getopt/getopt.h"
|
||||||
#else
|
#else
|
||||||
# include <getopt.h>
|
# include <getopt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#define XMRIG_USAGE_H
|
#define XMRIG_USAGE_H
|
||||||
|
|
||||||
|
|
||||||
#include "version.h"
|
#include "../version.h"
|
||||||
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
if (WITH_HTTP)
|
if (WITH_HTTP)
|
||||||
add_definitions(-DXMRIG_FEATURE_DMI)
|
|
||||||
|
|
||||||
list(APPEND HEADERS src/hw/api/HwApi.h)
|
list(APPEND HEADERS src/hw/api/HwApi.h)
|
||||||
list(APPEND SOURCES src/hw/api/HwApi.cpp)
|
list(APPEND SOURCES src/hw/api/HwApi.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user