Temporarily disable Boost.Context library build as it breaks MinGW builds by bringing in a dependency on MASM (The Microsoft Assembler)
This commit is contained in:
parent
3569e16519
commit
19ff8e95e5
|
@ -42,7 +42,7 @@ if( BUILD_GITHUB_PLUGIN )
|
|||
# Chosen libraries are based on AVHTTP requirements, and possibly
|
||||
# unit_test_framework for its own worth.
|
||||
set( BOOST_LIBS_BUILT
|
||||
context
|
||||
#context
|
||||
#coroutine
|
||||
date_time
|
||||
#exception
|
||||
|
|
Loading…
Reference in New Issue