Browse Source
Merge pull request #9375 from jbeich/xbyak-no-install
externals: don't install xbyak as part of yuzu install
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|