diff options
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ cpu= host_os=Linux # OS specific -targetos=`uname -s` +targetos=`uname` case $targetos in MINGW32*) mingw32=yes; host_os=Windows; ;; DragonFly) noldl=yes;; |
