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 94eb340 commit d08d23bCopy full SHA for d08d23b
amx-deps/src/premake5.lua
@@ -23,8 +23,6 @@ solution "king"
23
filter "configurations:Release"
24
optimize "Speed"
25
26
- include "amx"
27
-
28
project "ml_base"
29
language "C++"
30
kind "SharedLib"
@@ -54,9 +52,6 @@ solution "king"
54
52
filter "system:linux"
55
53
includedirs { "linux" }
56
57
58
- links "amx"
59
60
filter {"system:linux", "platforms:x86" }
61
linkoptions { "-Wl,-rpath=mods/deathmatch" }
62
@@ -71,3 +66,5 @@ solution "king"
71
66
72
67
filter {}
73
68
links "amx"
69
+
70
+ include "amx"
0 commit comments