Skip to content

Commit

Permalink
remove cgminer-api libusb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard committed Feb 10, 2017
1 parent 87e3da1 commit 6bf7e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/* Compile:
* gcc api-example.c -Icompat/jansson-2.6/src -Icompat/libusb-1.0/libusb -o cgminer-api
* gcc api-example.c -Icompat/jansson-2.9/src -o cgminer-api
*/

#include "config.h"
Expand All @@ -23,7 +23,7 @@
#include <sys/types.h>

#include "compat.h"
#include "miner.h"
#include "util.h"

#if defined(unix) || defined(__APPLE__)
#include <errno.h>
Expand Down

0 comments on commit 6bf7e58

Please sign in to comment.