Changeset - r21113:8f9c3eea3e26
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2014-01-02 09:07:50
rubidium@openttd.org
(svn r26198) -Fix (r26195): some platforms leave an .exe around...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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() {
0 comments (0 inline, 0 general)