diff options
author | Mai M <mathew1800@gmail.com> | 2022-04-01 17:14:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 17:14:39 +0200 |
commit | 4e4dbb68213ad0b448aba60acc91be94d1c11450 (patch) | |
tree | 560cad6cba34408e52226bdaaa4174759b97a666 /src/yuzu_cmd | |
parent | Merge pull request #8130 from zhaobot/tx-update-20220401030746 (diff) | |
parent | build: cleanup installation of yuzu and yuzu-cmd (diff) | |
download | yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar.gz yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar.bz2 yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar.lz yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar.xz yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.tar.zst yuzu-4e4dbb68213ad0b448aba60acc91be94d1c11450.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 74fc24972..c8901f2df 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -45,7 +45,7 @@ if (YUZU_USE_EXTERNAL_SDL2) endif() if(UNIX AND NOT APPLE) - install(TARGETS yuzu-cmd RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") + install(TARGETS yuzu-cmd) endif() if (MSVC) |