Skip to content

Commit

Permalink
Copy include files to cmoss/bin/droid/include instead of cmoss/bin/dr…
Browse files Browse the repository at this point in the history
…oid/include/include. Fixes issue mevansam#6 in the original repository.
  • Loading branch information
lotodore committed May 28, 2012
1 parent 353b389 commit 253fd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-droid/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ do
done

mkdir -p ${BINDIR}/include
cp -r ${TMPDIR}/build/droid/arm-linux-androideabi/include/ ${BINDIR}/include
cp -r ${TMPDIR}/build/droid/arm-linux-androideabi/include ${BINDIR}/

#mkdir -p ${BINDIR}/lib/x86
mkdir -p ${BINDIR}/lib/armv7
Expand Down

0 comments on commit 253fd5a

Please sign in to comment.