mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
freetype
This commit is contained in:
@@ -43,6 +43,17 @@ export LDFLAGS="$nld$LDFLAGS"
|
||||
export CPPFLAGS="$new$CPPFLAGS"
|
||||
export CXXFLAGS="$new$CXXFLAGS"
|
||||
|
||||
# perfer to compile against our own freetype
|
||||
echo Compiling our internal freetype
|
||||
(cd vs2015/freetype && ./build-dosbox.sh) || exit 1
|
||||
new="-I$top/vs2015/freetype/linux-host/include/freetype2 "
|
||||
nld="-L$top/vs2015/freetype/linux-host/lib -lfreetype "
|
||||
export CFLAGS="$new$CFLAGS"
|
||||
export LDFLAGS="$nld$LDFLAGS"
|
||||
export CPPFLAGS="$new$CPPFLAGS"
|
||||
export CXXFLAGS="$new$CXXFLAGS"
|
||||
export INTERNAL_FREETYPE=1
|
||||
|
||||
# now compile ourself
|
||||
echo Compiling DOSBox-X
|
||||
chmod +x configure
|
||||
|
Reference in New Issue
Block a user