[cmake] fix boost comp options, add rapidjson endian, clang/amd64 error
Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
parent
07410168d3
commit
21b56f5208
2 changed files with 18 additions and 0 deletions
13
.patch/boost/0003-armasm-options.patch
Normal file
13
.patch/boost/0003-armasm-options.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8210f65..108ac88 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -174,7 +174,7 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
|
||||
|
||||
set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp)
|
||||
|
||||
- if(BOOST_CONTEXT_ASSEMBLER STREQUAL masm)
|
||||
+ if(BOOST_CONTEXT_ASSEMBLER STREQUAL masm OR BOOST_CONTEXT_ASSEMBLER STREQUAL armasm)
|
||||
|
||||
set_property(SOURCE ${ASM_SOURCES} APPEND PROPERTY COMPILE_OPTIONS "/nologo")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue