Skip to content
Snippets Groups Projects
Commit b4c7c0e8 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

build: fix modplug endianess check

parent cd655aeb
No related branches found
No related tags found
No related merge requests found
......@@ -497,6 +497,9 @@ echo "AR=${NDK_TOOLCHAIN_PATH}/${TARGET_TUPLE}-ar" >> config.mak
echo "RANLIB=${NDK_TOOLCHAIN_PATH}/${TARGET_TUPLE}-ranlib" >> config.mak
echo "LD=${NDK_TOOLCHAIN_PATH}/${TARGET_TUPLE}-ld" >> config.mak
# fix modplug endianess check (narrowing error)
export ac_cv_c_bigendian=no
make $MAKEFLAGS fetch
checkfail "contribs: make fetch failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment