Skip to content

Commit 699f988

Browse files
different directories for different binary files
1 parent 071f049 commit 699f988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

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

77
targetprefix ""

0 commit comments

Comments
 (0)