mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +00:00
Fix build errors on Mac
This commit is contained in:
parent
1a7d2f6d00
commit
0f593d8fdf
2
Makefile
2
Makefile
@ -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 $@ $^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user