X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=build_tools%2Fmake_buildopts_h;h=3c09a661c288532eeb343968563e0f520b27de5f;hp=e7c7e0fd28e2c1169396029d5b819039b70c83ea;hb=f71cd9acc83ccb6b8c608644b47507482e18647c;hpb=d447eb052cae26dbf783ee4f094b38f2aa05b6ec diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h index e7c7e0f..3c09a66 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 */" ;;