Fix build errors on Mac

This commit is contained in:
Eric Fischer 2014-09-26 15:25:12 -07:00
parent 1a7d2f6d00
commit 0f593d8fdf
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ vector_tile.pb.cc vector_tile.pb.h: vector_tile.proto
PG= PG=
tippecanoe: geojson.o jsonpull.o vector_tile.pb.o tile.o tippecanoe: geojson.o jsonpull.o vector_tile.pb.o tile.o
cc $(PG) -O3 -g -Wall -o $@ $^ -lm -lz -lprotobuf-lite -lsqlite3 g++ $(PG) -O3 -g -Wall -o $@ $^ -lm -lz -lprotobuf-lite -lsqlite3
libjsonpull.a: jsonpull.o libjsonpull.a: jsonpull.o
ar rc $@ $^ ar rc $@ $^

View File

@ -42,7 +42,7 @@ if it is appropriate to do more than that.
Development Development
----------- -----------
Requires protoc, protobuf-lite, and sqlite3. To build: Requires protoc (brew install protobuf), protobuf-lite, and sqlite3. To build:
make make