build_engine.sh: just avoid passing CC, CXX and FTE_TARGET to the makelibs target of FTEQW to avoid headaches. Clearly makelibs doesn't handle any of this well without multiple passes. Just passing FTE_TARGET will sometimes not link libpng correctly? Someone else can study this if they like
This commit is contained in:
parent
98afd5fa28
commit
ddce7932f0
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ fi
|
||||||
|
|
||||||
if [ "$BUILD_ENGINE_DEPENDENCIES" -eq 1 ]
|
if [ "$BUILD_ENGINE_DEPENDENCIES" -eq 1 ]
|
||||||
then
|
then
|
||||||
$MAKE -j $BUILD_PROC CC=$ENGINE_CC CXX=$ENGINE_CXX makelibs FTE_TARGET=$PLATFORM
|
$MAKE -j $BUILD_PROC makelibs
|
||||||
printf "Built the static dependencies successfully.\n\n"
|
printf "Built the static dependencies successfully.\n\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue