Changed the binary path to be source + ".bin".
the build was successful Details

This commit is contained in:
tastytea 2018-12-29 08:31:16 +01:00
parent b68e81d36c
commit 3e39846c15
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int main(int argc, char *argv[])
const fs::path original(argv[1]);
const fs::path source = cache_dir / original.filename();
const fs::path binary = cache_dir / original.stem();
const fs::path binary = (source.string() + ".bin");
string compiler_arguments;
if (!fs::exists(binary) ||