diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ common_opts = \ --without-included-gettext \ --with-nls \ --with-sysroot="$${OPK_SYSROOT}" \ - --with-gxx-include-dir=/usr/include/c++-4.7 \ + --with-gxx-include-dir="/usr/include/c++-$(base_version)" \ --enable-clocale=gnu full_opts = \ |