We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be654a commit 61bb30dCopy full SHA for 61bb30d
src/makefiles/linux/linux.base.cmake
@@ -46,7 +46,7 @@ Set(SOURCEPYTHON_LINK_LIBRARIES
46
# ------------------------------------------------------------------
47
# Game specific library hacks.
48
49
-If(SOURCE_ENGINE EQUAL 1)
+If(SOURCE_ENGINE MATCHES "orangebox")
50
# Orangebox has all the tier libraries.
51
Set(SOURCEPYTHON_LINK_LIBRARIES
52
"${SOURCEPYTHON_LINK_LIBRARIES}"
@@ -58,7 +58,7 @@ If(SOURCE_ENGINE EQUAL 1)
58
)
59
EndIf()
60
61
-If(SOURCE_ENGINE EQUAL 3)
+If(SOURCE_ENGINE MATCHES "csgo")
62
63
64
${SOURCESDK_LIB}/linux/interfaces_i486.a
0 commit comments