mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
CONFIGURE: Fix typo
This commit is contained in:
parent
2d0b2bc58a
commit
26f0349b4c
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user