Merge branch 'next' of https://codeberg.org/NepDisk/blankart into next
This commit is contained in:
commit
477e2d70e1
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ if("${BLANKART_EXE_NAME}" STREQUAL "")
|
|||
list(APPEND EXE_NAME_PARTS ${SRB2_GIT_BRANCH})
|
||||
endif()
|
||||
|
||||
string(TOLOWER "${CMAKE_BUILD_TYPE}" BLDTYPE_READOUT)
|
||||
list(APPEND EXE_NAME_PARTS ${BLDTYPE_READOUT})
|
||||
|
||||
if(SRB2_CONFIG_COMPILEAPPIMAGE AND "${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
||||
list(APPEND EXE_NAME_PARTS "appimagebuild")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue