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-chailove
Commits
084e29ac
Verified
Commit
084e29ac
authored
Nov 28, 2017
by
RobLoach
Browse files
More LDFlags for Mac
parent
b0c25c1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
084e29ac
...
...
@@ -39,8 +39,10 @@ SOURCES_C += $(wildcard \
vendor/physfs/src/
*
.c
\
)
ifeq
($(platform), osx)
LDFLAGS
+=
-mmacosx-version-min
=
10.2
LDFLAGS
+=
-framework
Carbon
-framework
IOKit
FLAGS
+=
-DMAC_OS_X_VERSION_MIN_REQUIRED
=
1020
FLAGS
+=
-D__MACH__
-D__APPLE__
FLAGS
+=
-framework
Carbon
-framework
IOKit
endif
# SDL_tty
...
...
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