improve check padding script to see deps via submodules
This commit is contained in:
parent
a53c90172c
commit
d65fd4f7f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function add() {
|
||||||
CXX=${CXX:-clang++}
|
CXX=${CXX:-clang++}
|
||||||
|
|
||||||
function compile() {
|
function compile() {
|
||||||
${CXX} -o ${app} ${cpp} -Wpadded -I./ -isystem ./mason_packages/.link/include `mapnik-config --all-flags` -Ideps -Lsrc -Ideps/agg/include -Iinclude
|
${CXX} -o ${app} ${cpp} -Wpadded -I./ -I./deps/mapbox/variant/include -isystem ./mason_packages/.link/include -std=c++11 -Ideps -Lsrc -Ideps/agg/include -Iinclude
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ ${1:-unset} == "unset" ]] || [[ ${2:-unset} == "unset" ]] || [[ $@ == '-h' ]] || [[ $@ == '--help' ]]; then
|
if [[ ${1:-unset} == "unset" ]] || [[ ${2:-unset} == "unset" ]] || [[ $@ == '-h' ]] || [[ $@ == '--help' ]]; then
|
||||||
|
|
Loading…
Reference in a new issue