#!/bin/sh
# have to use wrapper script, because C::B don't support stream redirection inside `expr`
wx-config --version=3.2 "$@" | sed 's/\(^\|\s\)-I/ -isystem /g'
