mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 14:24:02 +00:00
Fix compile error.
We arent allowing for cross-compiling at all by checking headers so this is only a temporary solution. Probably no mobile platform wants glew, which is what we had before the define was removed.
This commit is contained in:
parent
dd6ebabdc8
commit
cbe248d89d
@ -31,7 +31,7 @@
|
||||
<image>icon-114.png</image>
|
||||
</icon>
|
||||
|
||||
<invoke-target id="com.Qtness.PPSSPP.openrom1">
|
||||
<invoke-target id="com.Qtness.PPSSPP.openrom2">
|
||||
<invoke-target-name>Open PSP ROM</invoke-target-name>
|
||||
<invoke-target-type>application</invoke-target-type>
|
||||
<icon><image>icon-114.png</image></icon>
|
||||
|
@ -49,7 +49,7 @@ macx|equals(PLATFORM_NAME, "linux") {
|
||||
}
|
||||
}
|
||||
|
||||
exists( /usr/include/GL/glew.h ) {
|
||||
!symbian:exists( /usr/include/GL/glew.h ) {
|
||||
LIBS += -lGLEW
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user