forked from mirror/smcFanControl
Fixed build error using Xcode 12.
Build error:
duplicate symbol '_fannum'
ld: 4 duplicate symbols for architecture x86_64
This commit is contained in:
@ -98,7 +98,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef unsigned char SMCBytes_t[32];
|
typedef unsigned char SMCBytes_t[32];
|
||||||
|
|
||||||
UInt8 fannum[] = "0123456789ABCDEFGHIJ";
|
static UInt8 fannum[] = "0123456789ABCDEFGHIJ";
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UInt32 key;
|
UInt32 key;
|
||||||
|
|||||||
Reference in New Issue
Block a user