fix incorrect conditional import
This commit is contained in:
parent
1fbe3efb79
commit
6024a85663
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ features = [
|
||||||
"Win32_System_Performance",
|
"Win32_System_Performance",
|
||||||
]
|
]
|
||||||
|
|
||||||
[target.'cfg(macos)'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
objc = "0.2.7"
|
objc = "0.2.7"
|
||||||
core-foundation = "0.9.3"
|
core-foundation = "0.9.3"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue