Skip to content

Commit a4c236b

Browse files
committed
Set targetdir to just Bin
1 parent 43ca12f commit a4c236b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amx-deps/src/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ solution "king"
22
configurations { "Debug", "Release" }
33
platforms { "x86", "x64" }
44
location ( "Build" )
5-
targetdir "Bin/%{cfg.buildcfg}"
5+
targetdir "Bin"
66

77
cppdialect "C++17"
88
characterset "MBCS"

0 commit comments

Comments
 (0)