Fix Build
This commit is contained in:
parent
489615d47f
commit
6f5f405327
2
dependencies/runtime/src
vendored
2
dependencies/runtime/src
vendored
@ -1 +1 @@
|
||||
Subproject commit 03c9c891b6304d29a9aae662a45ee79b89e76540
|
||||
Subproject commit 84e37b572b55afb1eaa2ada1e37bc36de1584cfd
|
@ -26,6 +26,7 @@ target_link_libraries(launcher
|
||||
LIB_LIEF
|
||||
imgui
|
||||
trampoline-headers
|
||||
pthread
|
||||
)
|
||||
# RPath
|
||||
set_target_properties(launcher PROPERTIES INSTALL_RPATH "$ORIGIN/lib/native")
|
||||
@ -46,8 +47,6 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/launcher.desktop"
|
||||
"Exec=${MCPI_APP_NAME}\n"
|
||||
"Type=Application\n"
|
||||
"Categories=Game;\n"
|
||||
)
|
||||
file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/launcher.desktop"
|
||||
"Terminal=false\n"
|
||||
"StartupNotify=false\n"
|
||||
"StartupWMClass=${MCPI_APP_ID}\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user