Compare commits

..

No commits in common. "1.29.0" and "master" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
: 1 : 1
name: libasio name: libasio
version: 1.29.0+1 version: 1.29.0
language: c++ language: c++
summary: Cross-platform C++ library for asynchronous network programming summary: Cross-platform C++ library for asynchronous network programming
license: BSL-1.0 ; Boost Software License 1.0. license: BSL-1.0 ; Boost Software License 1.0.

View File

@ -71,7 +71,6 @@ src_pfx_inc = [dir_path] $src_root/include/
# #
poptions = "-I$src_pfx_inc" \ poptions = "-I$src_pfx_inc" \
-DASIO_STANDALONE \ -DASIO_STANDALONE \
-DASIO_NO_DEPRECATED \
-DASIO_DISABLE_BOOST_CONTEXT_FIBER \ -DASIO_DISABLE_BOOST_CONTEXT_FIBER \
-DASIO_DISABLE_BOOST_COROUTINE -DASIO_DISABLE_BOOST_COROUTINE