summaryrefslogtreecommitdiff
path: root/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp')
-rw-r--r--kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp b/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp
index cd47e83..ba4f84e 100644
--- a/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp
+++ b/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp
@@ -2,11 +2,10 @@
#include <string_view>
-constexpr std::string_view sconstruct_dir_name = "app";
-constexpr std::string_view sconstruct_file_name = "SConstruct";
+constexpr std::string_view sconstruct_file_path = "app/SConstruct";
-constexpr std::string_view sconstruct_file_content = R"(
-#!/usr/bin/env python3
+constexpr std::string_view sconstruct_file_content =
+R"(#!/usr/bin/env python3
import sys
import os