forked from dolphin-emu/dolphin
Merge pull request #3147 from ShadowsFriend/qtinstall_fix
DolphinQt: Install binary for systems not matching APPLE
This commit is contained in:
@@ -83,4 +83,6 @@ if(APPLE)
|
|||||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
install(TARGETS ${DOLPHINQT_BINARY} RUNTIME DESTINATION ${bindir})
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user