mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
fix incorrect conditional import
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user