mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
Hopefully fully fix tf2 lib paths.
This commit is contained in:
parent
21618fc933
commit
88d154eec9
@ -512,7 +512,9 @@ class ExtensionConfig(object):
|
||||
if compiler.target.platform == "linux":
|
||||
if sdk.name == "episode1":
|
||||
lib_folder = os.path.join(sdk.path, "linux_sdk")
|
||||
elif sdk.name in ["tf2", "sdk2013", "bms"]:
|
||||
elif (
|
||||
sdk.name in ["tf2", "sdk2013", "bms"] and compiler.target.arch == "x86"
|
||||
):
|
||||
lib_folder = os.path.join(sdk.path, "lib", "public", "linux32")
|
||||
elif compiler.target.arch == "x86_64":
|
||||
lib_folder = os.path.join(sdk.path, "lib", "public", "linux64")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user