mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
cmake: fix typo of architecture used in binary artifact (#455)
This commit is contained in:
parent
79462824e8
commit
a258a89b1f
@ -627,7 +627,8 @@ else()
|
||||
include(GNUInstallDirs)
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "-" ISLE_CPUS_STRING "${ISLE_CPU}")
|
||||
string(REPLACE ";" "-" ISLE_CPUS_STRING "${ISLE_CPUS}")
|
||||
string(TOLOWER "${ISLE_CPUS_STRING}" ISLE_CPUS_STRING)
|
||||
set(ISLE_PACKAGE_NAME "${CMAKE_SYSTEM_NAME}-${ISLE_CPUS_STRING}" CACHE STRING "Platform name of the package")
|
||||
if(BUILD_SHARED_LIBS)
|
||||
list(APPEND install_extra_targets lego1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user