mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
DolphinQt: Install binary for systems not matching APPLE
This commit is contained in:
parent
e955a3a191
commit
1dd4c93f0c
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user