From d7164c8b35d29ddcaadebf66b330fd3b71072839 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 22 Oct 2025 21:58:07 -0500 Subject: [PATCH] hl2sdk differences will be the death of me. --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index 3ea1649..5de5c97 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -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: