Skip to content
Snippets Groups Projects
Commit a638b4a0 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

this script is run on the build system, not on the host.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 17bf109d
Branches
Tags
No related merge requests found
......@@ -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 */"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment