mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #3147 from ShadowsFriend/qtinstall_fix
DolphinQt: Install binary for systems not matching APPLE
This commit is contained in:
commit
c4fe2cd287
1 changed files with 2 additions and 0 deletions
|
@ -83,4 +83,6 @@ if(APPLE)
|
|||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||
)
|
||||
endif()
|
||||
else()
|
||||
install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue