From 04de505cc502c107382e93ca7bd7f3fd8abcf790 Mon Sep 17 00:00:00 2001 From: Young-il Choi Date: Sun, 12 May 2013 00:42:54 +0900 Subject: [PATCH] build: android support --- Makefile.in | 6 ------ configure | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 26a77b2..e6bf6e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,11 +1,5 @@ VPATH=%VPATH% -CC ?= gcc -CXX ?= g++ -CXXFLAGS ?= -AR ?= ar -RUSTC ?= rustc -RUSTFLAGS ?= CFLAGS += -fPIC RUST_SRC=$(shell find $(VPATH)/. -type f -name '*.rs') 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