aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-22 20:44:04 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-23 04:44:47 +0000
commitdfe22ab861e7f2b618bbe65b0fca32898433216d (patch)
tree45ef4b7a014a8d7908e0905c52596f60ba863afb /packaging
parent316b858d28092bb1c55ff50cfe68ae51f34425de (diff)
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>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in
index a491bf8eed..ea33a14422 100755
--- a/packaging/macosx/osx-app.sh.in
+++ b/packaging/macosx/osx-app.sh.in
@@ -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 ;;