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
beetle-pce-libretro
Commits
e41b4b59
Unverified
Commit
e41b4b59
authored
Nov 27, 2020
by
Libretro-Admin
Committed by
GitHub
Nov 27, 2020
Browse files
Merge pull request #22 from mrjschulte/patch-2
[iOS][tvOS] Add -DHAVE_UNISTD_H flag to compile zlib
parents
7e834dc9
5117cddf
Pipeline
#4769
passed with stages
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e41b4b59
...
...
@@ -161,7 +161,7 @@ else ifneq (,$(findstring ios,$(platform)))
IPHONEMINVER
=
-miphoneos-version-min
=
5.0
endif
LDFLAGS
+=
$(IPHONEMINVER)
FLAGS
+=
$(IPHONEMINVER)
FLAGS
+=
$(IPHONEMINVER)
-DHAVE_UNISTD_H
CC
+=
$(IPHONEMINVER)
CXX
+=
$(IPHONEMINVER)
...
...
@@ -170,6 +170,7 @@ else ifeq ($(platform), tvos-arm64)
TARGET
:=
$(TARGET_NAME)
_libretro_tvos.dylib
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
FLAGS
+=
-DHAVE_UNISTD_H
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xcodebuild
-version
-sdk
appletvos Path
)
...
...
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