Browse Source
fix
Signed-off-by: crueter <crueter@crueter.xyz>
pull/348/head
crueter
8 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
4 additions and
2 deletions
-
.patch/boost/0003-armasm-options.patch
-
CMakeLists.txt
|
|
@ -1,7 +1,7 @@ |
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
index 8210f65..108ac88 100644
|
|
|
index 8210f65..108ac88 100644
|
|
|
--- a/CMakeLists.txt
|
|
|
|
|
|
+++ b/CMakeLists.txt
|
|
|
|
|
|
|
|
|
--- a/libs/context/CMakeLists.txt
|
|
|
|
|
|
+++ b/libs/context/CMakeLists.txt
|
|
|
@@ -174,7 +174,7 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
|
|
|
@@ -174,7 +174,7 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
|
|
|
|
|
|
|
|
|
set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp) |
|
|
set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp) |
|
|
|
|
|
@ -372,6 +372,8 @@ if (YUZU_USE_CPM) |
|
|
# boost |
|
|
# boost |
|
|
set(BOOST_INCLUDE_LIBRARIES algorithm icl pool container heap asio headers process filesystem crc variant) |
|
|
set(BOOST_INCLUDE_LIBRARIES algorithm icl pool container heap asio headers process filesystem crc variant) |
|
|
|
|
|
|
|
|
|
|
|
# TODO(crueter): Use the tar.gz or tar.xz ones since they use POSIX endings and |
|
|
|
|
|
# makes patching easier. |
|
|
AddJsonPackage(boost) |
|
|
AddJsonPackage(boost) |
|
|
|
|
|
|
|
|
# really annoying thing where boost::headers doesn't work with cpm |
|
|
# really annoying thing where boost::headers doesn't work with cpm |
|
|
|