nosoop / NinjaBuild-SMPlugin

Template to set up SourceMod plugin projects with Ninja
9 stars 2 forks source link

Detect and use spcomp64 when possible #1

Closed nosoop closed 4 years ago

nosoop commented 4 years ago

The current configure script only detects plain spcomp; it needs an update to check for spcomp64 when on a 64-bit architecture.

This would allow the build process to not require 32-bit libraries on supported systems.