hl2sdk differences will be the death of me.

This commit is contained in:
Ryan Stecker 2025-10-22 21:58:07 -05:00
parent 88d154eec9
commit d7164c8b35

View File

@ -515,7 +515,7 @@ class ExtensionConfig(object):
elif (
sdk.name in ["tf2", "sdk2013", "bms"] and compiler.target.arch == "x86"
):
lib_folder = os.path.join(sdk.path, "lib", "public", "linux32")
lib_folder = os.path.join(sdk.path, "lib", "public", "linux")
elif compiler.target.arch == "x86_64":
lib_folder = os.path.join(sdk.path, "lib", "public", "linux64")
else: