mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
hl2sdk differences will be the death of me.
This commit is contained in:
parent
88d154eec9
commit
d7164c8b35
@ -515,7 +515,7 @@ class ExtensionConfig(object):
|
|||||||
elif (
|
elif (
|
||||||
sdk.name in ["tf2", "sdk2013", "bms"] and compiler.target.arch == "x86"
|
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":
|
elif compiler.target.arch == "x86_64":
|
||||||
lib_folder = os.path.join(sdk.path, "lib", "public", "linux64")
|
lib_folder = os.path.join(sdk.path, "lib", "public", "linux64")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user