Skip to content

Commit

Permalink
Remove unnecessary configure flags from build_miner.sh
Browse files Browse the repository at this point in the history
* No longer needed now that  PKG_CONFIG_PATH is specified
  • Loading branch information
nwoolls committed Feb 3, 2018
1 parent 365b0b8 commit a0c8a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subs/build_miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ autoreconf -i
CFLAGS="-I$BUILD_DIR/output/include -I$BUILD_DIR/output/include/libusb-1.0" \
LDFLAGS="-L$BUILD_DIR/output/lib" \
CPPFLAGS="-I$BUILD_DIR/output/include" \
LIBCURL_CFLAGS="-I$BUILD_DIR/output/include/curl" \
LIBCURL_LIBS="-L$BUILD_DIR/output/lib -lcurl" \
LIBUSB_CFLAGS="-I$BUILD_DIR/output/include/libusb-1.0" \
LIBUSB_LIBS="-L$BUILD_DIR/output/lib -lusb-1.0" \
PKG_CONFIG_PATH="$BUILD_DIR/output/lib/pkgconfig" \
--enable-scrypt \
--enable-keccak \
Expand Down

0 comments on commit a0c8a85

Please sign in to comment.