blob: 99fb6adf332c17ca131e81a2e14f030fd4e9eb33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wx-config.in.orig Mon May 31 18:11:50 2004
+++ wx-config.in Sun Jun 27 20:08:21 2004
@@ -230,7 +230,7 @@
includes=" -I${includedir}"
fi
- includes="-I${libdir}/wx/include/${TOOLCHAIN_NAME}$includes"
+ includes="-I${includedir}/wx/include/${TOOLCHAIN_NAME}$includes"
# in inplace case we need to also add path to contrib headers -- do it
# unconditionally as they might be used and we have no way of knowing if
|