A bit more tweaking to try to get the icon to work.

This commit is contained in:
2025-05-20 02:10:36 -04:00
parent 2e06959fb0
commit f41a7bd7c3
3 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ make distclean
pushd ..
./autogen.sh
popd
../configure --prefix=/opt/local --enable-ipv6 CXXFLAGS="-O0 -g"
../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
make -kj11