Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-19 21:14:04 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-19 21:14:04 +0300
commitd7de5a11d2dbeab2121f0e2691f5e51c95bf49ac (patch)
treeeaa7a0ad1c8cc7808e69571cc3cd852a4b9d945e /web/mono-build-w32.sh
parentff941f80ff483ad404a6295c6d13c606249a472f (diff)
Add include directory
svn path=/trunk/mono/; revision=24337
Diffstat (limited to 'web/mono-build-w32.sh')
-rwxr-xr-xweb/mono-build-w32.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/mono-build-w32.sh b/web/mono-build-w32.sh
index 4e011f24d04..fe9d061fe51 100755
--- a/web/mono-build-w32.sh
+++ b/web/mono-build-w32.sh
@@ -16,6 +16,7 @@ test -z "$here" && here=`pwd`
echo "Building Mono and dependencies in $here, installing to $here/install"
PATH=$here/install/bin:$here/install/lib:$PATH
+export C_INCLUDE_PATH=$here/install/include
# Make sure cygwin's libiconv is installed, or libtool blows its tiny mind
if [ ! -f /usr/lib/libiconv.la ]; then