Skip to content

Commit

Permalink
(Android) Fix Android x86 target
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 4, 2015
1 parent ff7388b commit 6cd08eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ case "$platform" in
FORMAT_ABI="x86"
DIST_DIR="android/${FORMAT_ABI}"
FORMAT_EXT=so
FORMAT=.${FORMAT_ABI}
FORMAT=.android-${FORMAT_ABI}
FORMAT_COMPILER_TARGET=android-${FORMAT_ABI}
FORMAT_COMPILER_TARGET_ALT=android-${FORMAT_ABI}
FORMAT_ABI_ANDROID=yes
Expand Down

0 comments on commit 6cd08eb

Please sign in to comment.