mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-23 18:13:42 +00:00
[tippecanoe] Added missing dependency for libdeflate as git submodule | This work was sponsored by SkySight (@plantain)
This commit is contained in:
parent
0d764c7603
commit
4a644276ee
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "libdeflate"]
|
||||
path = libdeflate
|
||||
url = https://github.com/ebiggers/libdeflate
|
@ -91,7 +91,7 @@ matrix:
|
||||
before_install:
|
||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||
- export PATH=${DEPS_DIR}/bin:${PATH} && mkdir -p ${DEPS_DIR}
|
||||
- make -j12 libdeflate
|
||||
- make -j12 -C libdeflate install
|
||||
- |
|
||||
if [[ ${CLANG_VERSION:-false} != false ]]; then
|
||||
export CCOMPILER='clang'
|
||||
|
1
libdeflate
Submodule
1
libdeflate
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d6d50c69554ac25897fc988d671e8e39780bab92
|
Loading…
x
Reference in New Issue
Block a user