diff options
author | rubidium <rubidium@openttd.org> | 2014-01-02 09:07:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-01-02 09:07:50 +0000 |
commit | 9ee447731a1660652866bb946195cfb90649a8e8 (patch) | |
tree | c8c87e1bb31ef5f9b2d88fe3fa9857582df87ea7 | |
parent | e76d294c1084bdb5c57465f0382b2171e3c3ba4f (diff) | |
download | openttd-9ee447731a1660652866bb946195cfb90649a8e8.tar.xz |
(svn r26198) -Fix (r26195): some platforms leave an .exe around...
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index 7ac4741f4..32fe4790c 100644 --- a/config.lib +++ b/config.lib @@ -3365,7 +3365,7 @@ detect_sse_capable_architecture() { log 1 "detecting SSE... not found" with_sse="0" fi - rm -f tmp.sse tmp.sse.cpp + rm -f tmp.sse tmp.exe tmp.sse.cpp } make_sed() { |