Skip to content

Commit

Permalink
Some fixes for Android (to be continued).
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Dec 28, 2024
1 parent 911e17f commit fa5dea1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bochs/build/android/bochs/AndroidBuild.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ \! -f bin-$1/Makefile ] ; then
$ANDROIDSDL/project/jni/application/setEnvironment-$1.sh sh -c "cd bin-$1 && ../bochs/configure \
--build=x86_64-unknown-linux-gnu --host=$2 --with-sdl \
--enable-cpu-level=6 --enable-smp --enable-3dnow --enable-x86-64 \
--enable-vmx=2 --enable-avx --enable-evex \
--enable-vmx=2 --enable-avx --enable-evex \
--enable-sb16 --enable-es1370 \
--enable-ne2000 --enable-pnic --enable-e1000 \
--enable-clgd54xx --enable-voodoo \
Expand Down
Empty file modified bochs/build/android/build-core.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion bochs/gui/keymap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bx_keymap_c::~bx_keymap_c(void)
keymapCount = 0;
}

#ifdef WIN32
#if defined(WIN32) || defined(__ANDROID__)
char* basename(char *path)
{
char *ptr;
Expand Down

0 comments on commit fa5dea1

Please sign in to comment.