Skip to content

Commit e374a2b

Browse files
committed
Change solution and target name
1 parent 372e5ee commit e374a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amx-deps/src/premake5.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local amxfiles = {
99
"amx/float.c",
1010
}
1111

12-
solution "ml_base"
12+
solution "king"
1313
configurations { "Debug", "Release" }
1414
platforms { "x86", "x64" }
1515
location ( "Build" )
@@ -41,7 +41,7 @@ solution "ml_base"
4141
project "ml_base"
4242
language "C++"
4343
kind "SharedLib"
44-
targetname "ml_base"
44+
targetname "king"
4545

4646
includedirs { "include" }
4747
libdirs { "lib" }

0 commit comments

Comments
 (0)