From d21405269e4bc307d317d0445eb2f5018948e79a Mon Sep 17 00:00:00 2001 From: crueter Date: Mon, 8 Sep 2025 01:33:20 -0400 Subject: [PATCH] fix Signed-off-by: crueter --- .patch/boost/0003-armasm-options.patch | 4 ++-- CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.patch/boost/0003-armasm-options.patch b/.patch/boost/0003-armasm-options.patch index 61b26edb83..4ed63b7cf1 100644 --- a/.patch/boost/0003-armasm-options.patch +++ b/.patch/boost/0003-armasm-options.patch @@ -1,7 +1,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt 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") set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d6903bfac..336483740d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -372,6 +372,8 @@ if (YUZU_USE_CPM) # boost 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) # really annoying thing where boost::headers doesn't work with cpm