We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4893635 commit 4c5405eCopy full SHA for 4c5405e
Makefile
@@ -34,7 +34,7 @@ dist/snooty/.EXISTS: .venv/.EXISTS pyproject.toml snooty/*.py snooty/gizaparser/
34
echo 'from snooty import main; main.main()' > snooty.py
35
PYTHONHOME=`pwd`/.venv python3 -m nuitka \
36
--standalone --python-flag=no_site --remove-output \
37
- --lto snooty.py
+ --include-package dns --lto snooty.py
38
rm snooty.py
39
mv snooty.dist dist/snooty
40
install -m644 snooty/rstspec.toml LICENSE* dist/snooty/
0 commit comments