1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Transition from setup.py to pyproject.toml

This commit is contained in:
dmiller
2024-03-21 20:20:00 +00:00
parent f4f2e60d9e
commit a946c5682d
6 changed files with 12 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ $(IMAGE_NAME): tool-checks $(IMAGE_STAGING_DIR)/$(PKG_NAME)
# Check the created disk image for the sizes, backgrounds and icons presence and positions
./check_test.sh $(README_FILE) $(LICENSE_FILE) $(3RD_P_LIC_FILE) $(LICENSES_FILE)
tool-checks: have-$(CC) have-jhbuild have-gtk-mac-bundler
tool-checks: have-jhbuild have-gtk-mac-bundler
have-%:
which $*