aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 02:54:23 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 02:54:23 +0000
commit5053d21badc790558c7209654bc2026571631e1d (patch)
tree1485eda85be12a87b27fa9e6d92df8723976cd53 /build_tools
parent8e07f5311ce9159256424bf6aca967a9f890151c (diff)
this script is run on the build system, not on the host.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89353 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_buildopts_h4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index 62cba7dd8..87271ec49 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -22,8 +22,8 @@ then
TMP="${TMP} AST_DEVMODE"
fi
-case ${OSARCH} in
-*BSD)
+case ${OSARCH} in # actually we should check build_os
+*BSD|mingw*)
BUILDSUM=`echo ${TMP} | md5`
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
;;