diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-12-04 00:48:01 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-12-04 00:51:18 +0100 |
commit | 14440b195c66157bd76c3e63b0c87863ef35e175 (patch) | |
tree | 213b4a82ad2031d200f6f830d912a73d65e8894e /externals | |
parent | Merge pull request #9344 from liamwhite/null (diff) | |
download | yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.gz yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.bz2 yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.lz yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.xz yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.tar.zst yuzu-14440b195c66157bd76c3e63b0c87863ef35e175.zip |
Diffstat (limited to '')
-rw-r--r-- | externals/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 25ef0c058..455d299ee 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -7,7 +7,7 @@ include(DownloadExternals) # xbyak if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64) - add_subdirectory(xbyak) + add_subdirectory(xbyak EXCLUDE_FROM_ALL) endif() # Dynarmic |