Skip to content

Commit

Permalink
nmap-7.25BETA1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Jul 20, 2016
1 parent f7a5dd1 commit f6091be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NDK?=/tmp/android-ndk-r12b
NDKDEST?=/tmp/ndk-$(HOSTARCH)
NDKLEVEL?=9
NDKPLATFORM?=android-$(NDKLEVEL)
ANDROIDDEST?=/sdcard/opt/nmap-7.12
ANDROIDDEST?=/sdcard/opt/nmap-7.25BETA1
OPENSSLPLATFORM?=dist
OPENSSLLDFLAGS?="-static"

Expand Down
2 changes: 1 addition & 1 deletion android/multiarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -x

ANDROIDDIR=/sdcard/opt
ANDROIDNMAP=nmap-7.12
ANDROIDNMAP=nmap-7.25BETA1
NDKARCHPPREFIX=/data/opt/ndk
NDKPATH=/data/opt/android-ndk-r12b
CURDIR=`pwd`
Expand Down

0 comments on commit f6091be

Please sign in to comment.