From cc56529182a16b8874f8656a12291a4c08ab9080 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 11 Oct 2018 10:36:24 -0400 Subject: [PATCH] Make homu aware of android-mac builder. --- homu/files/cfg.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 5bb18a7c..8f560fbe 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -216,6 +216,7 @@ builders = [ "mac-rel-css1", "mac-rel-css2", "android", + "android-mac", "android-x86", "arm32", "arm64", @@ -233,6 +234,7 @@ try_builders = [ "mac-rel-css1", "mac-rel-css2", "android", + "android-mac", "android-x86", "arm32", "arm64",