immortalwrt/package/lean/wxbase
ElonH ae656bb0d8
wxbase: invert is_installed
this_prefix has been given in wx-config,
so the result of is_installed isn't proper
```
if is_installed; then
    _include_cppflags="-I${includedir}/wx-2.8"
else
    _include_cppflags="-I${includedir} -I${prefix}/contrib/include"
fi
```
2020-04-04 16:13:27 +08:00
..
patches wxbase: invert is_installed 2020-04-04 16:13:27 +08:00
Makefile wxbase: redirect to staging_dir in wx-config 2020-04-03 23:17:46 +08:00