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
libretro-2048
Commits
1ad67a4f
Commit
1ad67a4f
authored
Oct 23, 2014
by
Libretro-Admin
Browse files
Define IOSSDK in case it has not been defined yet
parent
9d41337d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
1ad67a4f
...
...
@@ -29,9 +29,13 @@ else ifeq ($(platform), osx)
SHARED
:=
-dynamiclib
else
ifeq
($(platform), ios)
TARGET
:=
$(TARGET_NAME)
_libretro_ios.dylib
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
DEFINES
:=
-DIOS
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
DEFINES
:=
-DIOS
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xcrun
-sdk
iphoneos
-show-sdk-path
)
endif
CC
=
clang
-arch
armv7
-isysroot
$(IOSSDK)
else
ifeq
($(platform), qnx)
TARGET
:=
$(TARGET_NAME)
_libretro_qnx.so
...
...
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