avoid unused imports warning on non-linux
This commit is contained in:
parent
48d11a5dfb
commit
218c76b789
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
|||
|
||||
module Utility.Android where
|
||||
|
||||
#ifdef linux_HOST_OS
|
||||
import Common
|
||||
#endif
|
||||
|
||||
-- Detect when the Linux build is running on Android, eg in termux.
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue