Skip to content

Changed order of build arguments to fix build errors

sudo-nano requested to merge sudo-nano/spooftooph:kali/master into kali/master

When the library arguments are before the source files in the compilation command, spooftooph fails to build. The library arguments have been moved after the source files in the compilation command to fix this.

Merge request reports