From 019b9933da5eb9f7fc03bceb1f9022d485fbc567 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 19 May 2019 15:39:08 -0400 Subject: build: Don't pass --with-gxx-include-dir This is handled later with macros and mkdir/mv commands. --- 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) -- cgit v0.9.1