diff options
author | onefang | 2020-03-16 14:42:28 +1000 |
---|---|---|
committer | onefang | 2020-03-16 14:42:28 +1000 |
commit | c23881e9ab8a9f84f208085b878dd7b159784231 (patch) | |
tree | 5aa48788fbf6292422ec73770dbb4abfa85f3061 /src/boxes/boxes.c | |
parent | Toybox can't cope with a lack of a README, but gives you cryptic errors. (diff) | |
download | opensim-SC_OLD-c23881e9ab8a9f84f208085b878dd7b159784231.zip opensim-SC_OLD-c23881e9ab8a9f84f208085b878dd7b159784231.tar.gz opensim-SC_OLD-c23881e9ab8a9f84f208085b878dd7b159784231.tar.bz2 opensim-SC_OLD-c23881e9ab8a9f84f208085b878dd7b159784231.tar.xz |
Compile boxes by default.
Diffstat (limited to 'src/boxes/boxes.c')
-rw-r--r-- | src/boxes/boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxes/boxes.c b/src/boxes/boxes.c index fb5367a..25fc880 100644 --- a/src/boxes/boxes.c +++ b/src/boxes/boxes.c | |||
@@ -14,7 +14,7 @@ USE_BOXES(NEWTOY(boxes, "w#h#m(mode):a(stickchars)1", TOYFLAG_USR|TOYFLAG_BIN)) | |||
14 | 14 | ||
15 | config BOXES | 15 | config BOXES |
16 | bool "boxes" | 16 | bool "boxes" |
17 | default n | 17 | default y |
18 | help | 18 | help |
19 | usage: boxes [-m|--mode mode] [-a|--stickchars] [-w width] [-h height] | 19 | usage: boxes [-m|--mode mode] [-a|--stickchars] [-w width] [-h height] |
20 | 20 | ||