Dave Plater
d406a858b1
You should remove the % from your comments on your next commit. OBS-URL: https://build.opensuse.org/request/show/55911 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=1
13 lines
420 B
Diff
13 lines
420 B
Diff
Index: gme/CMakeLists.txt
|
|
===================================================================
|
|
--- gme/CMakeLists.txt.orig
|
|
+++ gme/CMakeLists.txt
|
|
@@ -158,6 +158,6 @@ set_target_properties(gme
|
|
SOVERSION 0)
|
|
|
|
# TODO: Libsuffix for 64-bit?
|
|
-install(TARGETS gme LIBRARY DESTINATION lib)
|
|
+install(TARGETS gme LIBRARY DESTINATION lib${LIB_SUFFIX})
|
|
|
|
install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
|