winegcc: Add -I for the prefix's include dir.
commit0e279d26b8386fc878f17bd6768e46e1cf9c5128
authorAndre Heider <a.heider@gmail.com>
Sun, 18 Nov 2018 17:26:57 +0000 (18 18:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Nov 2018 09:17:48 +0000 (19 10:17 +0100)
treeb265872f1ce5ab0a318d7496b5614f3495a81914
parent6d4d8f2ea0a53dd3d9259bde95a73422963a2dee
winegcc: Add -I for the prefix's include dir.

This allows external projects to e.g. "#include <wine/debug.h>" for
non-standard prefixes, like winehq's distro packages residing in /opt.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/winegcc/Makefile.in
tools/winegcc/winegcc.c