Changeset - r5557:880dba7c3f67
[Not reviewed]
master
0 1 0
tron - 18 years ago 2007-01-07 09:24:18
tron@openttd.org
(svn r7941) Unbreak linking: FreeBSD is not Linux either
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -701,7 +701,7 @@ make_cflags_and_ldflags() {
 
		LIBS="$LIBS -lws2_32 -lwinmm -lgdi32 -ldxguid -lole32"
 
	fi
 

	
 
	if [ "$os" != "CYGWIN" ] && [ "$os" != "MINGW" ] && [ "$os" != "MORPHOS" ] && [ "$os" != "OSX" ]
 
	if [ "$os" != "CYGWIN" ] && [ "$os" != "FREEBSD" ] && [ "$os" != "MINGW" ] && [ "$os" != "MORPHOS" ] && [ "$os" != "OSX" ]
 
	then
 
		LIBS="$LIBS -lpthread"
 
		LIBS="$LIBS -lrt"
0 comments (0 inline, 0 general)