Skip to content

Commit

Permalink
Disable asio thread support which was causing link error without -pth…
Browse files Browse the repository at this point in the history
…read

wesnothd is single threaded currently
  • Loading branch information
loonycyborg committed Apr 10, 2016
1 parent 94c5e15 commit 2172303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/player_connection.hpp
Expand Up @@ -19,6 +19,7 @@
#include "simple_wml.hpp"
#include "player.hpp"

#define BOOST_ASIO_DISABLE_THREADS
#include <boost/asio.hpp>
#include <boost/shared_ptr.hpp>

Expand Down

0 comments on commit 2172303

Please sign in to comment.