profiles/prefix/cygwin/profile.bashrc: xz-utils need -I, not -isystem
authorMichael Haubenwallner <haubi@gentoo.org>
Thu, 21 Dec 2017 14:13:57 +0000 (15:13 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Thu, 21 Dec 2017 14:13:57 +0000 (15:13 +0100)
commit34c88b53b7b7940f643248dedae5961d2f6d718a
tree13b204bce97119781d5c407d0a761da88bc47208
parentb75871bc2850d2a21c3912595722479c36907a1f
profiles/prefix/cygwin/profile.bashrc: xz-utils need -I, not -isystem

During bootstrap-prefix.sh we set CPPFLAGS="-isystem .../usr/include",
but on Cygwin xz-utils eventually use the windres compiler, which fails
to understand the -isystem flag.
profiles/prefix/windows/cygwin/profile.bashrc [new file with mode: 0644]