aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/make_buildopts_h
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_buildopts_h')
-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 */"
;;