mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
CMake: Write the correct architecture on the package filename
This commit is contained in:
parent
76ea35fdb6
commit
a5ee207afe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ else (WIN32)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)
|
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)
|
||||||
set(CPACK_PACKAGE_FILE_NAME "libwebrtc-${LIBWEBRTC_VERSION}-${TARGET_OS}-${TARGET_ARCH}")
|
set(CPACK_PACKAGE_FILE_NAME "libwebrtc-${LIBWEBRTC_VERSION}-${TARGET_OS}-${TARGET_CPU}")
|
||||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "libwebrtc")
|
set(CPACK_PACKAGE_INSTALL_DIRECTORY "libwebrtc")
|
||||||
|
|
||||||
include(CPack)
|
include(CPack)
|
||||||
Loading…
Add table
Reference in a new issue