diff options
| author | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 15:18:34 +0100 |
|---|---|---|
| committer | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 15:18:34 +0100 |
| commit | fa0eff949d7eed47494f630e8154114e00cc57a6 (patch) | |
| tree | c49e78aa182a590a6f8bb82deb103307dd9a5af9 /configure | |
| parent | 96debc72f8c618b5cfdb04aee91f3671a6d6e6da (diff) | |
| download | tinycc-fa0eff949d7eed47494f630e8154114e00cc57a6.tar.gz tinycc-fa0eff949d7eed47494f630e8154114e00cc57a6.tar.bz2 | |
Adjusted configure to be more BSD friendly
Diffstat (limited to 'configure')
| -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;; |
