From 9ab71c20acc543adea76694c8a29e19d3553ae34 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Wed, 2 Jul 2014 13:44:10 +1000 Subject: [PATCH] Remove phf from android build for now, until cross compiler build is worked out. --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 56af9f2de52..96031c92561 100755 --- a/configure +++ b/configure @@ -522,8 +522,7 @@ CFG_SUBMODULES="\ support/geom/rust-geom \ support/layers/rust-layers \ support/opengles/rust-opengles \ - support/sharegl/sharegl \ - support/phf/rust-phf" + support/sharegl/sharegl" if [ $CFG_OSTYPE = "apple-darwin" ] then @@ -535,6 +534,7 @@ CFG_SUBMODULES="\ support/glfw/glfw \ support/glfw/glfw-rs \ platform/macos/rust-cocoa \ + support/phf/rust-phf \ ${CFG_SUBMODULES}" fi @@ -547,6 +547,7 @@ CFG_SUBMODULES="\ support/glfw/glfw-rs \ platform/linux/rust-fontconfig \ platform/linux/rust-freetype \ + support/phf/rust-phf \ ${CFG_SUBMODULES}" fi