Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 24, 2024
1 parent 3026a05 commit 4febaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/discover.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module C = Configurator.V1
let () =
C.main ~name:"mirage-clock" (fun c ->
let is_android =
let android_defines =
let defines =
C.C_define.import c ~includes:[] [ ("__ANDROID__", Switch) ]
in
match defines with (_, Switch true) :: _ -> true | _ -> false
Expand Down

0 comments on commit 4febaf0

Please sign in to comment.