Skip to content

Commit

Permalink
CMakeLists.txt: "lib" -> "${CMAKE_INSTALL_LIBDIR}"
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored Oct 9, 2024
1 parent d6c8189 commit 685f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ if(CPACK AND (APPLE OR BUILD_ASSETS_MPQ OR SRC_DIST))
RENAME "${project_name}.metainfo.xml"
)
if(DISCORD_SHARED_LIB)
install(FILES "${DISCORD_SHARED_LIB}" DESTINATION "lib")
install(FILES "${DISCORD_SHARED_LIB}" DESTINATION "${CMAKE_INSTALL_LIBDIR}")
endif()

# -G DEB
Expand Down

0 comments on commit 685f931

Please sign in to comment.