From 74fe535c397626cdaf5f51dfe6e32706abc4b468 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Nov 2018 01:32:29 +0100 Subject: Move build files into platform specific location --- src/Conf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Conf.cpp') diff --git a/src/Conf.cpp b/src/Conf.cpp index 7ae589e..aade4f7 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -527,7 +527,7 @@ namespace sibs exit(6); } - buildPath = projectPath + TINYDIR_STRING("/sibs-build/"); + buildPath = projectPath + TINYDIR_STRING("/sibs-build/") + toFileString(asString(sibsConfig.platform)) + TINYDIR_STRING("/"); if(sibsConfig.packaging) { buildPath += TINYDIR_STRING("package"); -- cgit v1.2.3