WebControl.cs: changed RenderBeginTag()to use TagKey instead of TagName.
[mono.git] / web / mono-build-w32.sh
index 4e011f24d040b84d3a0aece52a34835348647509..fe9d061fe51311684dbe497f30c7d60d2415b790 100755 (executable)
@@ -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