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
b6fa5f33
Commit
b6fa5f33
authored
Mar 10, 2015
by
T. Joseph Carter
Browse files
Don't use xcrun for setting IOSSDK
parent
38a903d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
b6fa5f33
...
...
@@ -41,7 +41,7 @@ else ifeq ($(platform), ios)
DEFINES
:=
-DIOS
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xc
ru
n
-sdk
iphoneos
-show-sdk-p
ath
)
IOSSDK
:=
$(
shell
xc
odebuild
-versio
n
-sdk
iphoneos
P
ath
)
endif
CC
=
clang
-arch
armv7
-isysroot
$(IOSSDK)
else
ifeq
($(platform), theos_ios)
...
...
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