mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
Correct linux tf2 32bit lib path.
This commit is contained in:
parent
94f7a43065
commit
21618fc933
@ -512,7 +512,7 @@ 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 ["sdk2013", "bms"]:
|
||||
elif sdk.name in ["tf2", "sdk2013", "bms"]:
|
||||
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