aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn "Lameguy" Wilbert Villamor <lameguy64@gmail.com>2021-10-15 09:25:44 +0800
committerGitHub <noreply@github.com>2021-10-15 09:25:44 +0800
commit0a7f59de1eb079930e7c25ad35adc39c9946958c (patch)
treeb8c72307ad28dff8ca79fd891e1fb25b8052ab61
parentdd0f088aaa4c6bf013643be2d1d8621dbffdb000 (diff)
downloadpsn00bsdk-0a7f59de1eb079930e7c25ad35adc39c9946958c.tar.gz
Update CMakeLists.txt
Corrected mkpsxiso source repo.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa04b71..5097a50 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@ if(NOT SKIP_DOWNLOAD)
ExternalProject_Add(
mkpsxiso
# IMPORTANT TODO: migrate to Lameguy64/mkpsxiso once PR #18 is merged
- GIT_REPOSITORY "https://github.com/spicyjpeg/mkpsxiso"
+ GIT_REPOSITORY "https://github.com/Lameguy64/mkpsxiso"
GIT_TAG cmake
#GIT_REPOSITORY "https://github.com/Lameguy64/mkpsxiso"
CMAKE_CACHE_ARGS ${SUBPROJECT_ARGS}