aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-09-19 20:45:50 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-09-19 20:45:50 +0800
commit60deeff6e078271a17cf77c6204edbbde846f0bd (patch)
tree0fa7193c3d3c4c3a15fcc492eba298bcbd187e25
parent9f4891f95070c66ea9f1aba99d72724d4ab24e5a (diff)
downloadpsn00bsdk-60deeff6e078271a17cf77c6204edbbde846f0bd.tar.gz
Minor correction on changelog
-rw-r--r--changelog.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/changelog.txt b/changelog.txt
index 3076656..24f05cc 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -4,11 +4,11 @@ Items that are lower in the log are more recently implemented.
09-19-2020 by Lameguy64:
-* libpsn00b: Revised makefiles for building the libraries and examples in a
- way to make building with different toolchain versions easier with the
- PSN00BSDK_TC environment variable. Library installation and linking is
- also made easier with the PSN00BSDK_LIBS environment variable. See readme
- in the libpsn00b directory for details.
+* Revised makefiles for building the libraries and examples in a way to make
+ building with different toolchain versions easier with the PSN00BSDK_TC
+ environment variable. Library installation and linking is also made easier
+ with the PSN00BSDK_LIBS environment variable. See readme in the libpsn00b
+ directory for details.
* examples: Fixed libgcc not found error when compiling some of the examples.