diff options
author | planetmaker <planetmaker@openttd.org> | 2015-04-11 10:47:20 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2015-04-11 10:47:20 +0000 |
commit | 5c80edb7edeb983d65d8fff73c057f0addc2fdb3 (patch) | |
tree | ebfb5474e3c6283de776229e156dbd47a800cfd2 /config.lib | |
parent | b1a9cf2ed81cd859416b85603fc6add57fa49eee (diff) | |
download | openttd-5c80edb7edeb983d65d8fff73c057f0addc2fdb3.tar.xz |
(svn r27224) -Cleanup: Duplicate #ifdef for FreeBSD (AMDim3)
Diffstat (limited to 'config.lib')
-rw-r--r-- | config.lib | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.lib b/config.lib index 531db0c93..ad269fe46 100644 --- a/config.lib +++ b/config.lib @@ -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" |