Update for supporting MacOS
Bump usb-detection to v4.13.0 for supporting MacOS Note: The ibctminerscrypt dependency, which depends on multi-hashing fails to build on MacOS due to more strict warnings from Clang. Override the CFLAGS so the warnings won't be treated as errors and fail the compilation. CFLAGS="-Wno-implicit-function-declaration" npm install
This commit is contained in:
parent
e521d9dab6
commit
ff6b87bde7
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
"stratum": "^0.2.4",
|
||||
"tty-table": "^2.5.5",
|
||||
"typescript": "^2.6.1",
|
||||
"usb-detection": "^4.3.0",
|
||||
"usb-detection": "^4.13.0",
|
||||
"uuid": "^3.1.0",
|
||||
"wait-until": "0.0.2",
|
||||
"watch": "^1.0.2",
|
||||
|
@ -100,4 +100,4 @@
|
|||
"main": "src/index.js",
|
||||
"name": "goldshellminer",
|
||||
"version": "2.2.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue