chore: Prevent any compiler access to the Safari stub binary outside of macOS

This commit is contained in:
David Wendt 2022-04-01 23:16:50 -04:00 committed by Mike Welsh
parent b825bf6e34
commit 7418c4e788
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg(target_os = "macos")]
use objc::class;
use objc::declare::ClassDecl;
use objc::runtime::Protocol;