From 1968841d20f0747a83cc29a19c55ee561e57318c Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Fri, 23 Nov 2012 17:03:51 +0100 Subject: [PATCH] Fix Linux build --- CMakeLists.txt | 2 +- native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 397d491bdd..29653eb73a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/native b/native index d5fdf2271e..84f741b21d 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit d5fdf2271e85dbc25768d8486110ece5d9d006a1 +Subproject commit 84f741b21dbaa5cc5f67a9399549648df86cd886