mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
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];
|
||||
|
||||
UInt8 fannum[] = "0123456789ABCDEFGHIJ";
|
||||
static UInt8 fannum[] = "0123456789ABCDEFGHIJ";
|
||||
|
||||
typedef struct {
|
||||
UInt32 key;
|
||||
|
||||
Reference in New Issue
Block a user