mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Linux build
This commit is contained in:
parent
b964516669
commit
1968841d20
2 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ add_library(stb_vorbis STATIC
|
|||
native/ext/stb_vorbis/stb_vorbis.h)
|
||||
include_directories(native/ext/stb_vorbis)
|
||||
|
||||
if(NOT WIN32) # should be ANDROID, but native/file/zip_read.h depends on this
|
||||
if(ANDROID)
|
||||
add_library(libzip STATIC
|
||||
native/ext/libzip/zip.h
|
||||
native/ext/libzip/mkstemp.c
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit d5fdf2271e85dbc25768d8486110ece5d9d006a1
|
||||
Subproject commit 84f741b21dbaa5cc5f67a9399549648df86cd886
|
Loading…
Add table
Reference in a new issue