mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-24 23:08:21 +00:00
patches: remove merged patches
This commit is contained in:
parent
63cb3b183a
commit
bd391d0930
2 changed files with 0 additions and 2868 deletions
|
@ -1,33 +0,0 @@
|
||||||
From 7ccb6aa7c216401aea1cf09adeb7d07ce077580b Mon Sep 17 00:00:00 2001
|
|
||||||
From: liushuyu <liushuyu011@gmail.com>
|
|
||||||
Date: Mon, 12 Sep 2022 23:01:44 -0600
|
|
||||||
Subject: [PATCH] common: do not link to xbyak on non-amd64 architectures
|
|
||||||
|
|
||||||
---
|
|
||||||
src/common/CMakeLists.txt | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
|
|
||||||
index 635fb85c8..b1e0ba6cc 100644
|
|
||||||
--- a/src/common/CMakeLists.txt
|
|
||||||
+++ b/src/common/CMakeLists.txt
|
|
||||||
@@ -166,6 +166,7 @@ if(ARCHITECTURE_x86_64)
|
|
||||||
x64/xbyak_abi.h
|
|
||||||
x64/xbyak_util.h
|
|
||||||
)
|
|
||||||
+ target_link_libraries(common PRIVATE xbyak)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (MSVC)
|
|
||||||
@@ -189,7 +190,7 @@ endif()
|
|
||||||
create_target_directory_groups(common)
|
|
||||||
|
|
||||||
target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads)
|
|
||||||
-target_link_libraries(common PRIVATE lz4::lz4 xbyak)
|
|
||||||
+target_link_libraries(common PRIVATE lz4::lz4)
|
|
||||||
if (TARGET zstd::zstd)
|
|
||||||
target_link_libraries(common PRIVATE zstd::zstd)
|
|
||||||
else()
|
|
||||||
--
|
|
||||||
2.37.3
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue