Files @ r27704:082d9bc39af4
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/PackageDeb.cmake

Rubidium
Codechange: do not make a string valid in place, to then copy it
1
2
3
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${ARCHITECTURE}")
set(CPACK_DEBIAN_PACKAGE_SECTION "games")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)