Skip to content
Snippets Groups Projects
Commit 1671de36 authored by Oz Linden's avatar Oz Linden
Browse files

correct check for disabled build; remove unused function

parent 7e910bea
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,6 @@
# * The special style in which python is invoked is intentional to permit
# use of a native python install on windows - which requires paths in DOS form
# check_for() ]
# { ]
# if [ -e "$2" !#\; then found_dict='FOUND'; else found_dict='MISSING'; fi ]
# echo "$1 ${found_dict} '$2' " 1>&2 ]
# } ]
build_dir_Darwin()
{
echo build-darwin-i386
......@@ -185,7 +179,7 @@ then
fi
# Check to see if we're skipping the platform
if ! '$build_'"$arch"
if ! eval '$build_'"$arch"
then
record_event "building on architecture $arch is disabled"
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment