Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
ccf38775
Commit
ccf38775
authored
Jun 04, 2018
by
Libretro-Admin
Browse files
Don't try to compile iOS with ARM dynarec
parent
5fc407df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ccf38775
...
...
@@ -237,9 +237,9 @@ else ifneq (,$(findstring ios,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro_ios.
$(EXT)
DEFINES
+=
-DIOS
GLES
=
1
WITH_DYNAREC
=
arm
WITH_DYNAREC
=
PLATFORM_EXT
:=
unix
HOST_CPU_FLAGS
=
-DHOST_CPU
=
$(HOST_CPU_ARM)
#
HOST_CPU_FLAGS = -DHOST_CPU=$(HOST_CPU_ARM)
PLATCFLAGS
+=
-DHAVE_POSIX_MEMALIGN
-DNO_ASM
PLATCFLAGS
+=
-DIOS
-marm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment