aboutsummaryrefslogtreecommitdiff
path: root/src/GlobalLib.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-05 01:32:29 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit74fe535c397626cdaf5f51dfe6e32706abc4b468 (patch)
tree0e7c81633302df7a0b1d98829953ffd85da68a88 /src/GlobalLib.cpp
parent7c0ec4cc4360d086b09ea4ad2d05c3294d16cfb3 (diff)
Move build files into platform specific location
Diffstat (limited to 'src/GlobalLib.cpp')
-rw-r--r--src/GlobalLib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GlobalLib.cpp b/src/GlobalLib.cpp
index 5c0e16d..1a795bf 100644
--- a/src/GlobalLib.cpp
+++ b/src/GlobalLib.cpp
@@ -219,7 +219,7 @@ namespace sibs
return Result<bool>::Err(errMsg);
}
- FileString buildPath = packageDir + TINYDIR_STRING("/sibs-build/");
+ FileString buildPath = packageDir + TINYDIR_STRING("/sibs-build/") + toFileString(asString(sibsConfig.platform)) + TINYDIR_STRING("/");
switch (sibsConfig.getOptimizationLevel())
{
case OPT_LEV_DEBUG: