[gtk-builder-win] Update glib to point to the new libffi 3.1



commit 011f37bd3e08ac66ac724a9ec3446b4774d7dfd1
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jun 27 09:34:08 2014 +0200

    Update glib to point to the new libffi 3.1

 win32/libs/12_glib.bat |    2 +-
 win64/libs/12_glib.bat |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/libs/12_glib.bat b/win32/libs/12_glib.bat
index ed6b57e..3f7e6a1 100644
--- a/win32/libs/12_glib.bat
+++ b/win32/libs/12_glib.bat
@@ -16,7 +16,7 @@ patch -p1 -R < ../revert_rand_s.patch
 
 echo To avoid using pkg-config...
 
-export LIBFFI_CFLAGS=-I"$PREFIX/lib/libffi-3.0.12/include"
+export LIBFFI_CFLAGS=-I"$PREFIX/lib/libffi-3.1/include"
 export LIBFFI_LIBS=-lffi
 
 echo save current CFLAGS var, we will regenerate it later...
diff --git a/win64/libs/12_glib.bat b/win64/libs/12_glib.bat
index 78da969..7a75bf9 100644
--- a/win64/libs/12_glib.bat
+++ b/win64/libs/12_glib.bat
@@ -13,7 +13,7 @@ cd glib-$MODVER
 
 echo To avoid using pkg-config...
 
-export LIBFFI_CFLAGS=-I"$PREFIX/lib/libffi-3.0.12/include"
+export LIBFFI_CFLAGS=-I"$PREFIX/lib/libffi-3.1/include"
 export LIBFFI_LIBS=-lffi
 
 echo save current CFLAGS var, we will regenerate it later...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]