sourcemod icon indicating copy to clipboard operation
sourcemod copied to clipboard

Make safetyhook a shared library

Open Kenzzer opened this issue 8 months ago • 0 comments

Continuation of alliedmodders/safetyhook#7

Compiling safetyhook as a static library has fattened Sourcemod releases. This PR attempts to move safetyhook into a shared library to lessen the release size, a side benefit of this is how using CDetour by 3rd party extensions will become significantly easier. (Though we would need to address if & how to distribute the .so/.lib file)

Kenzzer avatar Apr 03 '25 13:04 Kenzzer