aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild_tools/make_buildopts_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index e7c7e0fd2..3c09a661c 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -23,7 +23,7 @@ then
fi
case ${OSARCH} in # actually we should check build_os
-*BSD|mingw*)
+*BSD|mingw|darwin*)
BUILDSUM=`echo ${TMP} | md5`
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
;;