[Scummvm-git-logs] scummvm master -> 26f0349b4c4cbfe63b327e6ad581dc4a6a813987
bluegr
noreply at scummvm.org
Fri Aug 26 10:11:40 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
26f0349b4c CONFIGURE: Fix typo
Commit: 26f0349b4c4cbfe63b327e6ad581dc4a6a813987
https://github.com/scummvm/scummvm/commit/26f0349b4c4cbfe63b327e6ad581dc4a6a813987
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-08-26T13:11:36+03:00
Commit Message:
CONFIGURE: Fix typo
Changed paths:
configure
diff --git a/configure b/configure
index 6dae89fba92..cdc31094a5f 100755
--- a/configure
+++ b/configure
@@ -2908,7 +2908,7 @@ EOF
FREETYPE2_CFLAGS="-I$_freetypepath/include" # there were link errors / missing symbols without this
_freetype_found="true"
else
- #use link time optimization to further reduce exe size (this can't be used with setjmp whcih freetype requires)
+ #use link time optimization to further reduce exe size (this can't be used with setjmp which freetype requires)
# TODO: Figure out why this is a conflict and/or if freetype can be built without setjmp
append_var CXXFLAGS "-flto"
append_var LDFLAGS "-flto"
More information about the Scummvm-git-logs
mailing list