File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- LEVELDB_VSN ?= "2.0.38"
1
+ export LEVELDB_VSN ?= "2.0.38"
2
2
SNAPPY_VSN ?= "1.1.9"
3
3
BASEDIR = $(shell pwd)
4
4
5
- LDFLAGS := $(LDFLAGS ) -L$(BASEDIR ) /system/lib
6
- LD_LIBRARY_PATH := $(BASEDIR ) /system/lib:$(LD_LIBRARY_PATH )
7
- CFLAGS := $(CFLAGS ) -I $(BASEDIR ) /system/include -I. -I $(BASEDIR ) /leveldb/include -fPIC
8
- CXXFLAGS := $(CXXFLAGS ) -I $(BASEDIR ) /system/include -I. -I $(BASEDIR ) /leveldb/include -fPIC
5
+ export LDFLAGS := $(LDFLAGS ) -L$(BASEDIR ) /system/lib
6
+ export LD_LIBRARY_PATH := $(BASEDIR ) /system/lib:$(LD_LIBRARY_PATH )
7
+ export CFLAGS := $(CFLAGS ) -I $(BASEDIR ) /system/include -I. -I $(BASEDIR ) /leveldb/include -fPIC
8
+ export CXXFLAGS := $(CXXFLAGS ) -I $(BASEDIR ) /system/include -I. -I $(BASEDIR ) /leveldb/include -fPIC
9
9
10
10
get-deps :
11
11
if [ ! -r snappy-$( SNAPPY_VSN) .tar.gz ]; then \
You can’t perform that action at this time.
0 commit comments