mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-10 04:19:54 +00:00
Try forcing libc++ on Linux to fix the build
This commit is contained in:
parent
76ab63c1d0
commit
052c0a55df
@ -30,6 +30,7 @@ install:
|
||||
export LDFLAGS="--coverage";
|
||||
elif [[ $(uname -s) == 'Linux' ]]; then
|
||||
export CXX=clang++;
|
||||
export CXXFLAGS="-stdlib=libc++";
|
||||
fi;
|
||||
- make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user