mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
dpkg: only install config if we are building it
This commit is contained in:
parent
3f6a58e01f
commit
520a9fb926
@ -656,8 +656,11 @@ elseif(DPKG)
|
|||||||
# Don't replace system SDL3
|
# Don't replace system SDL3
|
||||||
list(REMOVE_ITEM install_extra_targets "SDL3-shared")
|
list(REMOVE_ITEM install_extra_targets "SDL3-shared")
|
||||||
|
|
||||||
# "config" is a vague binary name
|
|
||||||
set_property(TARGET config PROPERTY OUTPUT_NAME "isle-config")
|
if(ISLE_BUILD_CONFIG)
|
||||||
|
# "config" is a vague binary name
|
||||||
|
set_property(TARGET config PROPERTY OUTPUT_NAME "isle-config")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(CPACK_GENERATOR DEB)
|
set(CPACK_GENERATOR DEB)
|
||||||
else()
|
else()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user