summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-30 16:11:26 +0100
committerRon Yorston <rmy@pobox.com>2012-03-30 16:11:26 +0100
commitf9f2117d5b7057f986850741b85bde5c30590b02 (patch)
tree5a069c443649f216bd1fe4474e80ebc37c72a38d /Config.in
parent40b68b6ecaf47c6a68bfa4158a61ce41bffa8284 (diff)
downloadbusybox-w32-f9f2117d5b7057f986850741b85bde5c30590b02.tar.gz
busybox-w32-f9f2117d5b7057f986850741b85bde5c30590b02.tar.bz2
busybox-w32-f9f2117d5b7057f986850741b85bde5c30590b02.zip
Update mingw.c from latest git/compat
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index cd51e2b45..1ed1bc0d4 100644
--- a/Config.in
+++ b/Config.in
@@ -20,6 +20,7 @@ config PLATFORM_POSIX
20 20
21config PLATFORM_MINGW32 21config PLATFORM_MINGW32
22 bool "MS Windows (MinGW port)" 22 bool "MS Windows (MinGW port)"
23 select LFS
23 24
24endchoice 25endchoice
25 26