mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
custom flag setting should no longer be needed
This commit is contained in:
@ -18,9 +18,6 @@ before_script:
|
||||
|
||||
script:
|
||||
- if [ "${CXX}" = 'g++' ]; then export CXX="g++-4.8" && export CC="gcc-4.8"; fi;
|
||||
- export CXXFLAGS="$(mapnik-config --cflags)"
|
||||
- echo $CXXFLAGS
|
||||
- export LDFLAGS="$(mapnik-config --ldflags)"
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make
|
||||
|
Reference in New Issue
Block a user