1
0
Fork 0

fix incorrect conditional import

This commit is contained in:
max 2023-01-02 19:29:00 +02:00
parent 1fbe3efb79
commit 6024a85663

View file

@ -140,7 +140,7 @@ features = [
"Win32_System_Performance",
]
[target.'cfg(macos)'.dependencies]
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2.7"
core-foundation = "0.9.3"