diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-19 15:39:08 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-19 15:39:08 (EDT) |
commit | 019b9933da5eb9f7fc03bceb1f9022d485fbc567 (patch) | |
tree | eb9a17dc089341f5301970d8b3d3c3ff06d8c13a /build | |
parent | 43cd95d2524de32db3eccb47ac51bfccd3385b68 (diff) |
build: Don't pass --with-gxx-include-dir
This is handled later with macros and mkdir/mv commands.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ common_opts = \ --without-included-gettext \ --with-nls \ --with-sysroot="$${OPK_SYSROOT}" \ - --with-gxx-include-dir="/usr/include/c++-$(base_version)" \ --enable-clocale=gnu \ $(target_opts) |