diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-15 17:33:17 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-15 17:34:04 -0400 |
commit | 1a76bc403e647ac40f2218dd3808ce8b3f9a80d9 (patch) | |
tree | 60d6bdc35166788043360847bde369591e5d0a65 /tools/configure | |
parent | df8b817c9694f82fbde81b546bd2516b1c44592d (diff) |
erosq: Fix up builds.pm to match what we actually call the target
Change-Id: I2cedc68ca408a805815954a205ba43c3c9e970cb
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 11c8513c92..2b2a437e58 100755 --- a/tools/configure +++ b/tools/configure @@ -4104,7 +4104,7 @@ fi sysfont="16-Terminus" ;; - 245|erosq) + 245|aigoerosq|erosq) target_id=113 application=yes app_type="erosq" |