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 071f049 commit 699f988Copy full SHA for 699f988
premake5.lua
@@ -1,7 +1,7 @@
1
solution "ml_pgsql"
2
configurations { "Debug", "Release" }
3
location ( "Build" )
4
- targetdir "Bin/%{cfg.buildcfg}"
+ targetdir "Bin/%{cfg.platform}/%{cfg.buildcfg}"
5
platforms { "x86", "x64" }
6
7
targetprefix ""
0 commit comments