Skip to content

Commit

Permalink
Fix install docs for Android.
Browse files Browse the repository at this point in the history
Thanks to GuDzpoz.
  • Loading branch information
Mike Pall committed Mar 7, 2022
1 parent 9ebebc9 commit 62339a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h2 id="cross">Cross-compiling LuaJIT</h2>
NDKCC=$NDKBIN/armv7a-linux-androideabi16-clang
make HOST_CC="gcc -m32" CROSS=$NDKCROSS \
STATIC_CC=$NDKCC DYNAMIC_CC="$NDKCC -fPIC" \
TARGET_LD=$NDKCC TARGET_AR=$NDKBIN/llvm-ar
TARGET_LD=$NDKCC TARGET_AR="$NDKBIN/llvm-ar rcus" \
TARGET_STRIP=$NDKBIN/llvm-strip
</pre>
<p>
Expand Down

0 comments on commit 62339a6

Please sign in to comment.