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
eaa2da48
Unverified
Commit
eaa2da48
authored
Dec 08, 2019
by
MrJs
Committed by
GitHub
Dec 08, 2019
Browse files
fix MacOS compilation
parent
6c8e4676
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
eaa2da48
...
...
@@ -136,7 +136,9 @@ else ifeq ($(platform), osx)
endif
OSXVER
=
`
sw_vers
-productVersion
|
cut
-d
.
-f
2
`
OSX_LT_MAVERICKS
=
`
((
$(OSXVER)
<
=
9
))
&&
echo
"YES"
`
fpic
+=
-mmacosx-version-min
=
10.1
fpic
+=
-mmacosx-version-min
=
10.7
CXXFLAGS
+=
-stdlib
=
libc++
LDFLAGS
+=
-stdlib
=
libc++
# iOS
else
ifneq
(,$(findstring ios,$(platform)))
...
...
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