Changeset - r22060:35d0f5efe64b
[Not reviewed]
master
0 1 0
planetmaker - 10 years ago 2015-04-11 10:47:20
planetmaker@openttd.org
(svn r27224) -Cleanup: Duplicate #ifdef for FreeBSD (AMDim3)
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1565,10 +1565,6 @@ make_cflags_and_ldflags() {
 
		LIBS="$LIBS -pthread"
 
	fi
 

	
 
	if [ "$os" = "FREEBSD" ]; then
 
		LIBS="$LIBS -lpthread"
 
	fi
 

	
 
	if [ "$os" = "OSX" ]; then
 
		LDFLAGS="$LDFLAGS -framework Cocoa"
 

	
0 comments (0 inline, 0 general)