mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Allow Symbian to compile gl3stub (MAY_HAVE_GLES3).
This commit is contained in:
parent
62aafbbf48
commit
da0a497aba
@ -4,6 +4,9 @@ TARGET = Native
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
# Allows Symbian to compile gl3stub
|
||||
symbian: DEFINES+=SYMBIAN_OGLES_DLL_EXPORTS
|
||||
|
||||
include(Settings.pri)
|
||||
|
||||
!mobile_platform: {
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit d3fb0459e6eb526a986d1e0d3d4f9e18a650621a
|
||||
Subproject commit b0968fb7bb93522a8e2f4fe8c01a08f5ef68b9cf
|
Loading…
Reference in New Issue
Block a user