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
flycast
Commits
5fc407df
Commit
5fc407df
authored
Jun 04, 2018
by
Libretro-Admin
Browse files
Add special rules for OSX/iOS
parent
66f7a8d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5fc407df
...
...
@@ -441,6 +441,10 @@ else ifneq (,$(findstring gles,$(platform)))
GL_LIB
:=
-lGLESv2
else
ifeq
($(platform), win)
GL_LIB
:=
-lopengl32
else
ifneq
(,$(findstring osx,$(platform)))
GL_LIB
:=
-framework
OpenGL
else
ifneq
(,$(findstring ios,$(platform)))
GL_LIB
:=
-framework
OpenGLES
else
GL_LIB
:=
-lGL
endif
...
...
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