Get rid of the -sdkroot option; it doesn't affect anything.

Change-Id: I9797eea30594f5e48b21f1c2daede18777e690b1
Reviewed-on: https://code.wireshark.org/review/26036
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-02-22 20:44:04 -08:00
parent 316b858d28
commit dfe22ab861
1 changed files with 1 additions and 6 deletions

View File

@ -68,11 +68,9 @@ OPTIONS
Specify the path to the libraries Wireshark depends on
(typically /sw or /opt/local). By default it is
/usr/local.
-sdkroot
Specify the root of the SDK to use.
EXAMPLE
$0 -s -l /opt/local -sdkroot /Developer/SDKs/MacOSX10.5.sdk
$0 -s -l /opt/local
"
}
@ -90,9 +88,6 @@ do
-h|--help)
help
exit 0 ;;
-sdkroot)
sdkroot="$2"
shift 1 ;;
*)
echo "Invalid command line option: $1"
exit 2 ;;