From b568f75d0ba31f554450ec4c866f67145aeb2d80 Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 13 Oct 2024 12:39:36 -0400 Subject: [PATCH] Updated Build System --- .idea/php.xml | 3 +++ project.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index a1673a5..9144d49 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -26,6 +26,9 @@ + + diff --git a/project.json b/project.json index 0110128..403b29a 100644 --- a/project.json +++ b/project.json @@ -105,7 +105,7 @@ { "name": "debug-executable", "build_type": "executable", - "output": "build/release/debug_executable_gz", + "output": "build/debug/debug_executable_gz", "options": { "ncc_configuration": "debug" } @@ -121,7 +121,7 @@ { "name": "debug-compressed-executable", "build_type": "executable", - "output": "build/release/debug_compressed_executable", + "output": "build/debug/debug_compressed_executable", "options": { "ncc_configuration": "debug-compressed" }