mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Update Ndiff to Python 3. Closes #1807
This commit is contained in:
@@ -359,7 +359,7 @@ tests/check_dns: $(OBJS)
|
||||
# installing on a machine other than the one used to do the build. Use
|
||||
# this as the location of the interpreter whenever we're not doing a
|
||||
# local installation.
|
||||
DEFAULT_PYTHON_PATH = /usr/bin/env python
|
||||
DEFAULT_PYTHON_PATH = /usr/bin/env python3
|
||||
|
||||
build-zenmap: $(ZENMAPDIR)/setup.py $(ZENMAPDIR)/zenmapCore/Version.py
|
||||
# When DESTDIR is defined, assume we're building an executable
|
||||
|
||||
Reference in New Issue
Block a user