X-Git-Url: http://www.privoxy.org/gitweb/misc.html?a=blobdiff_plain;f=build.sh;fp=build.sh;h=2f00841d081071dad733f3358e714cde9bbc9504;hb=3ddeb888a0cee8e8ffd90767af5463aaa184bea9;hp=d7b12ddf2b2a7f8841fc206746881005ba85b06a;hpb=042f89e36b5a3f2a71ba9d225a84fc462c186e57;p=OSXPackageBuilder.git diff --git a/build.sh b/build.sh index d7b12dd..2f00841 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # Purpose : Build the privoxy binary, documentation and config files # for the chosen target environment # -# Copyright : Written by and Copyright (C) 2001-2012 the +# Copyright : Written by and Copyright (C) 2001-2021 the # Privoxy team. http://www.privoxy.org/ # # This program is free software; you can redistribute it @@ -36,7 +36,7 @@ # must provide target # if [ $# -eq 0 -o $# -gt 2 ]; then - echo "Usage: $0 lion | snowleopardx64 | snowleopard | snowleopardi386 | leopardupwards | leopard | leopardi386 | leopardppc | tiger | tigeri386 | tigerppc | panther [-pcre]" + echo "Usage: $0 current | lion | snowleopardx64 | snowleopard | snowleopardi386 | leopardupwards | leopard | leopardi386 | leopardppc | tiger | tigeri386 | tigerppc | panther [-pcre]" exit 1 fi @@ -44,6 +44,8 @@ fi # load common settings # . ./common.sh $1 +#echo "${XCODE_PATH}" +#echo ${SYSROOT} # # must have Xcode