1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 10:39:10 +00:00

(svn r26198) -Fix (r26195): some platforms leave an .exe around...

This commit is contained in:
rubidium
2014-01-02 09:07:50 +00:00
parent e76d294c10
commit 9ee447731a

View File

@@ -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() {