summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit019b9933da5eb9f7fc03bceb1f9022d485fbc567 (patch)
treeeb9a17dc089341f5301970d8b3d3c3ff06d8c13a
parent43cd95d2524de32db3eccb47ac51bfccd3385b68 (diff)
build: Don't pass --with-gxx-include-dir
This is handled later with macros and mkdir/mv commands.
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index 64f96fa..6220ccf 100755
--- a/build
+++ b/build
@@ -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)