View Single Post
nosoop
Veteran Member
Join Date: Aug 2014
Old 04-06-2018 , 09:58   Re: [EXTENSION] CustomKeyValues
Reply With Quote #14

Should be able to change the build script to use a static libstdc++. It'll be a bit bigger (for TF2, the compiled extension ends up being 1.5MB compared to ~0.4), but it shouldn't depend on any external libraries at that point.

The extension could also maybe be built with AMTL instead to avoid standard library dependencies; most things that are in use seem to have equivalents there.

(I'd look into it myself but I don't have a SSH key to Github set up on my build environment as it's technically borrowed, CBA to move stuff between that and my Windows box.)

That said, here's the extensions compiled with static libstdc++ (Ubuntu 16.04.3 LTS).
Attached Files
File Type: so customkeyvalues.ext.2.csgo.so (505.9 KB, 160 views)
File Type: so customkeyvalues.ext.2.css.so (1.45 MB, 148 views)
File Type: so customkeyvalues.ext.2.tf2.so (1.45 MB, 164 views)
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)

Last edited by nosoop; 04-06-2018 at 10:16.
nosoop is offline