fix android build
This commit is contained in:
parent
36ba39c4f3
commit
955ab3a973
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ module Git.Env where
|
||||||
import Git
|
import Git
|
||||||
import Git.Types
|
import Git.Types
|
||||||
import Utility.Env
|
import Utility.Env
|
||||||
|
#ifdef __ANDROID__
|
||||||
|
import Common
|
||||||
|
#endif
|
||||||
|
|
||||||
{- Adjusts the gitEnv of a Repo. Copies the system environment if the repo
|
{- Adjusts the gitEnv of a Repo. Copies the system environment if the repo
|
||||||
- does not have any gitEnv yet. -}
|
- does not have any gitEnv yet. -}
|
||||||
|
|
Loading…
Add table
Reference in a new issue