From c698738ae0289b6c061b20893488c896019159e4 Mon Sep 17 00:00:00 2001 From: Young-il Choi Date: Sun, 12 May 2013 00:43:08 +0900 Subject: [PATCH] build: android support --- Makefile.in | 7 ------- configure | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3588698..7d10cd7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,12 +1,5 @@ VPATH=%VPATH% -CC ?= gcc -CXX ?= g++ -CXXFLAGS ?= -AR ?= ar -RUSTC ?= rustc -RUSTFLAGS ?= - RUST_SRC=$(shell find $(VPATH)/. -type f -name '*.rs') .PHONY: all diff --git a/configure b/configure index ed6c06e..0183abc 100644 --- a/configure +++ b/configure @@ -1,5 +1,4 @@ #!/bin/bash SRCDIR="$(cd $(dirname $0) && pwd)" -sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile - +sed -e "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile