aboutsummaryrefslogtreecommitdiff
path: root/cpack
diff options
context:
space:
mode:
authorJohn "Lameguy" Wilbert Villamor <lameguy64@gmail.com>2022-03-25 09:22:20 +0800
committerGitHub <noreply@github.com>2022-03-25 09:22:20 +0800
commit975e614b3c840e2f717adac1d1cb9cee4e5e561b (patch)
tree6584ce5b0dbe27a466c95c81fac61b0d90f627bd /cpack
parent05d44488bd5587786f4bd0286fc0f555c79aa46a (diff)
parent45168ae43e29aa5930ee5a206475ae836078915f (diff)
downloadpsn00bsdk-975e614b3c840e2f717adac1d1cb9cee4e5e561b.tar.gz
Merge pull request #46 from spicyjpeg/psxmdec
Critical ldscript fixes, initial MDEC support and CI updates
Diffstat (limited to 'cpack')
-rw-r--r--cpack/setup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpack/setup.cmake b/cpack/setup.cmake
index a5d71ff..a65055d 100644
--- a/cpack/setup.cmake
+++ b/cpack/setup.cmake
@@ -89,7 +89,7 @@ if(NOT DEFINED CPACK_GENERATOR)
# TODO: add a macOS installer and related options
set(CPACK_GENERATOR ZIP)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
- set(CPACK_GENERATOR ZIP DEB RPM)
+ set(CPACK_GENERATOR ZIP DEB)
else()
set(CPACK_GENERATOR ZIP)
endif()