From d65fd4f7f77030291c957cfaaef028eb1157960c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 28 Mar 2017 15:18:40 -0700 Subject: [PATCH] improve check padding script to see deps via submodules --- scripts/check-padding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-padding b/scripts/check-padding index b10d34b73..107d6369d 100755 --- a/scripts/check-padding +++ b/scripts/check-padding @@ -26,7 +26,7 @@ function add() { CXX=${CXX:-clang++} 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