diff options
| author | 2009-10-28 00:14:21 +0100 | |
|---|---|---|
| committer | 2009-10-28 00:14:21 +0100 | |
| commit | e4f4f9e4c47fe40e0f89d3b8c5c6151833fc54a7 (patch) | |
| tree | a1ce4b8069bfe286eb41e416500d3af9ec08c8f7 /libusbmuxd | |
| parent | 0d117bd6975f2c5e11726b6302863ff3f3b61d16 (diff) | |
| download | usbmuxd-e4f4f9e4c47fe40e0f89d3b8c5c6151833fc54a7.tar.gz usbmuxd-e4f4f9e4c47fe40e0f89d3b8c5c6151833fc54a7.tar.bz2 | |
Use lib64 on 64-bit systems
Diffstat (limited to 'libusbmuxd')
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index d57d0a0..fd47afb 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -10,7 +10,7 @@ set_target_properties(libusbmuxd PROPERTIES VERSION ${LIBUSBMUXD_VERSION}) | |||
| 10 | set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_SOVERSION}) | 10 | set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_SOVERSION}) |
| 11 | 11 | ||
| 12 | install(TARGETS libusbmuxd | 12 | install(TARGETS libusbmuxd |
| 13 | ARCHIVE DESTINATION lib | 13 | ARCHIVE DESTINATION lib${LIB_SUFFIX} |
| 14 | LIBRARY DESTINATION lib | 14 | LIBRARY DESTINATION lib${LIB_SUFFIX} |
| 15 | ) | 15 | ) |
| 16 | install(FILES usbmuxd.h usbmuxd-proto.h DESTINATION include) | 16 | install(FILES usbmuxd.h usbmuxd-proto.h DESTINATION include) |
