diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 18:00:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 18:00:17 (EDT) |
commit | ece47d98fcf68b7f70fc2b11bf01929d689071ca (patch) | |
tree | a7d42ba7e6aab21a8e3c1316ee0713bba0b80852 /build | |
parent | 99eae6970cb27263f7f4716769ef66a3acbe4ebe (diff) |
build: Drop hardcoded version in --with-gxx-include-dir
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 = \ |